Hironsan/anago

No module named 'anago'

mayapeng opened this issue · 2 comments

If you open a GitHub issue, here is our policy:

  1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
  2. The form below must be filled out.

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • TensorFlow/Keras version:
  • Python version:

Describe the problem

Describe the problem clearly here. Be sure to convey here why it's a bug in anaGo or a feature request.

Source code / logs

Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.

i have installed it but i cannot be imported

I have the same issue.
When using things like google colab, restarting the runtime helps.

Otherwise, you may want to reinstall the library.
pip3 uninstall anago
then
pip3 install anago --user
or
sudo pip3 install anago (not recommended)