deprekate / PHACTS

A simple program to classify the lifestyle of phages.
GNU General Public License v3.0
16 stars 4 forks source link

The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands. #5

Open cpplyqz opened 10 months ago

cpplyqz commented 10 months ago

Thank you for your great software phacts.I used pip install phacts command and got this issues.could you help me how to fix this issue?

cpplyqz commented 10 months ago

I konw how to solve this issue: $git clone https://github.com/deprekate/PHACTS.git $cd Phacts/ $vim set.py we just find this line:"install_requires=['sklearn','numpy','dill']",and uss "scikit-learn" instead of "sklearn". then $cd .. $pip install Phacts/ --user Successfully!!!