Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

No module named builtins #60

Open
byuns9334 opened this issue Oct 18, 2017 · 1 comment
Open

No module named builtins #60

byuns9334 opened this issue Oct 18, 2017 · 1 comment

Comments

@byuns9334
Copy link

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?)

@tyler-nervana
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants