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
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!
The text was updated successfully, but these errors were encountered:
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……
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!
The text was updated successfully, but these errors were encountered: