Skip to content
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

Utils not found #9

Open
vikas84bf opened this issue Nov 17, 2018 · 1 comment
Open

Utils not found #9

vikas84bf opened this issue Nov 17, 2018 · 1 comment

Comments

@vikas84bf
Copy link

After the neuralfingerprint install (pip install -e /my_dir/, I'm trying to run the examples (regression.py), but I get a 'utils' not found error...
Can you please help, thanks!

@huan-xiao
Copy link

I opened the terminal in the directory "example" and run "regression.py", and I got the same error.

So I added the following two sentences to "regression.py":
import sys
sys.path.append("../")

After that, I changed my python environment from python 3 to python 2. Then everything worked out fine. I don't know why python 3 doesn't support this……

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants