-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
I downloaded the package into a fresh Conda environment running python 2.7.18
pip install 'git+https://github.com/hapi-server/client-python' --upgradewhich successfully built hapiclient.
then opened python and ran the following code which prompted the error.
>>> from hapiclient import hapi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/Angel/opt/anaconda3/envs/hapitest/lib/python2.7/site-packages/hapiclient/__init__.py", line 2, in <module>
from hapiclient.hapi import hapi
File "/Users/Angel/opt/anaconda3/envs/hapitest/lib/python2.7/site-packages/hapiclient/hapi.py", line 15, in <module>
from hapiclient.hapitime import hapitime2datetime, hapitime_reformat
ImportError: No module named hapitimeReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels