-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ModuleNotFoundError: No module named 'imblearn' #364
Comments
That leads to this problem:
Will be fun to see if it will work like this. |
Outputs: The path has to be changed to the one of your local machine. In the file named |
New error after test 6: This folder is not even part of the respiratory any longer. Solution: |
Seems all tests except 6 passed. Got this "Deprecated" warning all the time though: |
please check the latest commit. Requirements.txt has been updated with imblearn and np.matrix has been replaced |
python3 script_tests.py
Module 'imblearn' missing from requirements.txt
This may be the fix:
pip install imblearn
The text was updated successfully, but these errors were encountered: