-
Notifications
You must be signed in to change notification settings - Fork 65
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
ModuleNotFoundError: No module named 'toqito' #386
Comments
The version of You'll want to install
Then you should be able to:
|
I see. I did a fresh install with |
Some interesting discoveries - during the process of |
@Bchass Yes, we are aware of this. #207 (comment) Using |
Closing this as the issue appears to be resolved partially. The unresolved portion has an open issue. |
Installed
toqito
via pip and tried to run pytest in the root dir and in specific folder:ImportError while importing test module '/Users/bchass/Documents/Forks/toqito/toqito/rand/tests/test_random_ginibre.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /Users/bchass/.pyenv/versions/3.10.0/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) ../__init__.py:2: in <module> from toqito.rand.random_unitary import random_unitary E ModuleNotFoundError: No module named 'toqito'
I've reinstalled the package and tried to install with
setup.py
instead which yields the same results.Pip list for the virtual env:
I'm not sure what I'm missing, but all tests throw an error.
The text was updated successfully, but these errors were encountered: