-
Notifications
You must be signed in to change notification settings - Fork 8
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
No module named 'inkid.data.volume' #1
Comments
Did you install via PyPI, or from local source? Could you share the commands you are running that get you to this situation? It is possible you need to build the Cython modules by running |
I tried both methods. the command : |
Try the steps for building from source, but edit For what it's worth, I just did a clean install using venv (not conda) and had no issues: python3.10 -m venv venv
source venv/bin/activate
python -m pip install -U pip
python -m pip install inkid
python -c 'import inkid; print(inkid.data.volume.__name__)' |
I'm following install guide, when i put
import inkid
there is an error:
ModuleNotFoundError: No module named 'inkid.data.volume'
python version:3.10.9
Thanks for help
The text was updated successfully, but these errors were encountered: