-
Notifications
You must be signed in to change notification settings - Fork 56
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 config #22
Comments
Thanks for reporting this! I just pushed a fix for this problem (i was from a previous commit error). Let me know whether the fix works for you. |
Thanks for quick reply! It's a step in the right direction but the program is still generating errors for me:
I installed the older pre-python 3 version of FAST in a separate conda environment and that command seems to work as it should with no errors or warnings. Also I think the dependency "sklearn" in requirements.txt should be "scikit-learn", unless I am mistaken? Thanks again for your help |
It seems that the imresize function was removed in scipy 1.3.0. You might want to downgrade scipy to an earlier version, or use the new function instead. For reference, I was testing using scipy version 1.1.0. |
Just set up a conda environment for FAST. Trying to run the following command:
$ python run_fp.py -c config.json
Encountering the following error:
Fingerprinting ../parameters/fingerprint/fp_input_CI_TPC_EHZ.json
Traceback (most recent call last):
File "gen_fp.py", line 5, in
from config import *
ModuleNotFoundError: No module named 'config'
Any ideas what is causing this problem? Probably a very simple solution. Thanks.
The text was updated successfully, but these errors were encountered: