Skip to content

ImportError: No module named hapitime #36

@angelgutarra

Description

@angelgutarra

I downloaded the package into a fresh Conda environment running python 2.7.18

pip install 'git+https://github.com/hapi-server/client-python' --upgrade

which 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 hapitime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions