AnantharamanLab / vRhyme

Binning Virus Genomes from Metagenomes
GNU General Public License v3.0
55 stars 9 forks source link

i made a mistake. i have no idea with it. need some help #24

Open liucong2016 opened 12 months ago

liucong2016 commented 12 months ago

(vRhyme) nohup vRhyme -i /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.fa -g /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.ffn -p /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.faa -r total-fastq/*.fastq -t 40 -o out-23.7.6 --method longest

/software1/envs/vRhyme/bin/vRhyme:16: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Traceback (most recent call last): File "/software1/envs/vRhyme/bin/vRhyme", line 960, in net_data = machine_stuff.machine_stuff(distances, presets, model_method, pairs_machine, cohen_machine, iterations, cohen_check) File "/software1/envs/vRhyme/bin/machine_stuff.py", line 73, in machine_stuff model_ET = pickle.load(read_model_ET) File "sklearn/tree/_tree.pyx", line 714, in sklearn.tree._tree.Tree.setstate File "sklearn/tree/_tree.pyx", line 1418, in sklearn.tree._tree._check_node_ndarray ValueError: node array from the pickle has an incompatible dtype:

KrisKieft commented 12 months ago

Hi,

What is your version of sklearn?

liucong2016 commented 12 months ago

Name: scikit-learn Version: 1.3.0

KrisKieft commented 12 months ago

It's possible this version has changed significantly since development. I'd suggest installing the version listed in the Readme and see if that helps.

liucong2016 commented 12 months ago

It's possible this version has changed significantly since development. I'd suggest installing the version listed in the Readme and see if that helps.

Hi, When I downgrade the version of scikit-learn to 0.24 and run the program again, with the following code, I still encounter an error. (vRhyme) nohup vRhyme -i /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.fa -g /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.ffn -p /home/liu-c/virus-data/tuanjuti-virome/virus-otu-23.4/virus-final.faa -r total-fastq/*.fastq -t 40 -o out-23.7.7 --method longest

/software1/envs/vRhyme/bin/vRhyme:16: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources

there is still somothing wrong.

KrisKieft commented 11 months ago

Did any errors occur or just a warning?

CarlosNavr commented 10 months ago

Hello.

Just wanted to comment that I had the same problem, downgraded scikit-learn and it worked. No errors, just that warning.

liucong2016 commented 9 months ago

thanks a lot. i will try it again.

Tina-MengyingWANG commented 9 months ago

Hello. May I ask how you downgraded scikit-learn? I installed vRhyme following the full instruction with 'pip install .'. However when I tried to downgrade scikit-learn using 'conda install scikit-learn=0.23.0', all the packages including 'vRhyme=1.1.0' installed by 'pip install .' in the conda env can not be found.

$ test_vRhyme.py -bash: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/test_vRhyme.py: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/python3.10: bad interpreter: No such file or directory

CarlosNavr commented 9 months ago

Hello there

I simply used pip install scikit-learn==version while in the conda environment.

El 21 set. 2023, a les 16:55, Tina-MengyingWANG @.***> va escriure:

Hello. May I ask how you downgraded scikit-learn? I installed vRhyme following the full instruction with 'pip install .'. However when I tried to downgrade scikit-learn using 'conda install scikit-learn=0.23.0', all the packages including 'vRhyme=1.1.0' installed by 'pip install .' in the conda env can not be found.

$ test_vRhyme.py -bash: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/test_vRhyme.py: /media/WMY/2_software/miniconda3/envs/vrhyme_1.1.0/bin/python3.10: bad interpreter: No such file or directory

— Reply to this email directly, view it on GitHubhttps://github.com/AnantharamanLab/vRhyme/issues/24#issuecomment-1729751716, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUIHVGMJLCUTXYB7BDFEXBTX3RINDANCNFSM6AAAAAA2AV3IUM. You are receiving this because you commented.Message ID: @.***>

Tina-MengyingWANG commented 9 months ago

Thank you so much! I will try it again.

Sanrrone commented 8 months ago

using scikit-learn=0.23.0 didin't work for me, I just downgraded from version 1.3 to 1.2 and works perfectly :D

AndAvia commented 7 months ago

May I ask how you downgraded scikit-learn?

Hello.

Just wanted to comment that I had the same problem, downgraded scikit-learn and it worked. No errors, just that warning.

May I ask what you downgraded scikit-learn version?