-
Notifications
You must be signed in to change notification settings - Fork 32
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
Test module falling after installation #38
Comments
I am having the same issue!
|
I also have the same issue, I am trying to install the packages in different orders but with no actual rationale behind. |
I solved it with the following: conda activate dvf pip3 install 'h5py==2.10.0' --force-reinstall I do believe the real problem for me was the version of TF, the older version installed with the instructions given was not working nor the new versions, but a middle ground version did work. |
Thanks @TomasaSbaffi, your response helped me solve the issue. Reinstalling h5py with the version you mentioned was enough in my case. @jessieren perhaps the instructions for creating the conda env should be updated with Edit: I can confirm that when I create the environment with |
DeepVirFinder isn't working in Ubuntu 20.04 after installing dependencies succesfully...
and after installing mkl-service...
Any idea of what's going on here?
The text was updated successfully, but these errors were encountered: