-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error with install #80
Comments
Hi, yes this is just a version depreciation warning with numpy (not an error). Everything should run as intended. |
Awesome thank you! I am having one other issue, I ran the VIBRANT_setup.py, but VIBRANT does not seem to be running, the logs all show this error:
the setup log says everything is okay, and the examples work fine: `(base) delaney@ada:~/software/VIBRANT/databases$ more VIBRANT_setup.log Verifying Pfam, KEGG and VOG source websites are available for download ... Downloading HMM profiles for Pfam, KEGG and VOG from their source websites ... Unzipping profiles ... Concatenating individual profiles ... Extracting profiles used for VIBRANT ... Retrieved 19182 HMMs. Retrieved 10033 HMMs. Pressing profiles used for VIBRANT ... Done with databases. Several new databases are now in this folder. Verying correct dependency versions ... VIBRANT Caution: running a version of Scikit-Learn lower than v0.21.3 will likely cause issues. With pip you can This script will download, extract subsets and press HMM profiles for VIBRANT. Verifying Pfam, KEGG and VOG source websites are available for download ... Downloading HMM profiles for Pfam, KEGG and VOG from their source websites ... Unzipping profiles ... Concatenating individual profiles ... Extracting profiles used for VIBRANT ... Retrieved 19182 HMMs. Retrieved 10033 HMMs. Pressing profiles used for VIBRANT ... Done with databases. Several new databases are now in this folder. Verying correct dependency versions ... VIBRANT v1.2.1 is good to go! This was the only output on the command line when I run the programme: `(base) delaney@ada:~/SPOT_virome_depth_profiles/quals_subset_depth_profile/06_assembly_results/megahit/Clustered_98ID_aS80$ /home/delaney/software/VI /home/delaney/miniconda3/lib/python3.9/site-packages/sklearn/utils/multiclass.py:13: DeprecationWarning: Please use any help would be really greatly appreciated, thank you!!! this programme is so great |
My advice: Just use the docker container: https://hub.docker.com/r/staphb/vibrant/ |
I got the same question, and i even can't finish
as i run so what's the problem? |
Hello,
I believe VIBRANT installed properly (got the "VIBRANT v1.2.1 is good to go!" message with the test) but also got this repeated error:
/home/delaney/miniconda3/lib/python3.9/site-packages/sklearn/utils/multiclass.py:13: DeprecationWarning: Please use
spmatrixfrom the
scipy.sparsenamespace, the
scipy.sparse.basenamespace is deprecated. from scipy.sparse.base import spmatrix /home/delaney/miniconda3/lib/python3.9/site-packages/sklearn/linear_model/least_angle.py:30: DeprecationWarning:
np.floatis a deprecated alias for the builtin
float. To silence this warning, use
floatby itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use
np.float64here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations method='lar', copy_X=True, eps=np.finfo(np.float).eps, /home/delaney/miniconda3/lib/python3.9/site-packages/sklearn/linear_model/least_angle.py:167: DeprecationWarning:
np.floatis a deprecated alias for the builtin
float. To silence this warning, use
floatby itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use
np.float64here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations method='lar', copy_X=True, eps=np.finfo(np.float).eps,
I am going to move forward because I think it should run okay, but just wanted to check to make sure. Thanks!
The text was updated successfully, but these errors were encountered: