Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't import cellh5write #14

Open
Gvaihir opened this issue Apr 3, 2019 · 0 comments
Open

can't import cellh5write #14

Gvaihir opened this issue Apr 3, 2019 · 0 comments

Comments

@Gvaihir
Copy link

Gvaihir commented Apr 3, 2019

Hi there!
Python 3.6.7
import cellh5 results in the following

Traceback (most recent call last):
  File "/anaconda3/envs/imgSudoku/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3267, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-75-d56184b0d050>", line 1, in <module>
    import cellh5
  File "/Users/antonogorodnikov/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6183.50/PyCharm.app/Contents/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
    module = self._system_import(name, *args, **kwargs)
  File "/anaconda3/envs/imgSudoku/lib/python3.6/site-packages/cellh5/__init__.py", line 13, in <module>
    from cellh5write import *
  File "/Users/antonogorodnikov/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6183.50/PyCharm.app/Contents/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
    module = self._system_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'cellh5write'

pip install cellh5write won't find this module among distributed packages.

Thanks!

@Gvaihir Gvaihir changed the title can't import cellh5.write can't import cellh5write Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant