You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I'm executing 'python train.py --manifest train:train-clean-100/train100manifest.csv --manifest val:dev-clean/devcleanmanifest.csv -e 1 -z 128' on 'neon' directory, but i constantly get the same error: 'No module named builtins'.
I've already tried:
sudo pip install future
sudo pip install futures
but I still get the same error.
How should I solve this?
(I didn't settle virtualenv neon, but does it matter?)
The text was updated successfully, but these errors were encountered:
It should work fine outside of a virtualenv. Does pip show future return anything? Perhaps you could try sudo pip install --upgrade future. Could you also post a full stacktrace when you see the error?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm executing 'python train.py --manifest train:train-clean-100/train100manifest.csv --manifest val:dev-clean/devcleanmanifest.csv -e 1 -z 128' on 'neon' directory, but i constantly get the same error: 'No module named builtins'.
I've already tried:
sudo pip install future
sudo pip install futures
but I still get the same error.
How should I solve this?
(I didn't settle virtualenv neon, but does it matter?)
The text was updated successfully, but these errors were encountered: