You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It looks like the setup.py for treeFarms has been updated for the deprecation of sklearn.
On Mac OSX both python 3.11.7 (pip 24.0) and python 3.7.16 (pip 22.3.1) and Windows 3.11.7 this fails at installing treefarms.
The dependencies are installed correctly with no error.
ERROR: Could not find a version that satisfies the requirement treefarms (from versions: none)
ERROR: No matching distribution found for treefarms
Unfortunately updating pip (per the main page Installation) does not resolve the issue. Any ideas? Could it be related to TreeFarms being based on GOSDT-Guesses?
The text was updated successfully, but these errors were encountered:
Hi, this is whats needed to fix on the main repo - replace sklearn with scikit-learn in requirements/setup files. This affects other interpretable ml packages including GOSDT, OSRT. This is detailed here
use pip install scikit-learn rather than pip install sklearn
replace sklearn by scikit-learn in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)
if the sklearn package is used by one of your dependencies it would be great if you take some time to track which package uses sklearn instead of scikit-learn and report it to their issue tracker
Hi,
It looks like the setup.py for treeFarms has been updated for the deprecation of sklearn.
On Mac OSX both python 3.11.7 (pip 24.0) and python 3.7.16 (pip 22.3.1) and Windows 3.11.7 this fails at installing treefarms.
The dependencies are installed correctly with no error.
However:
ERROR: Could not find a version that satisfies the requirement treefarms (from versions: none) ERROR: No matching distribution found for treefarms
Unfortunately updating pip (per the main page Installation) does not resolve the issue. Any ideas? Could it be related to TreeFarms being based on GOSDT-Guesses?
The text was updated successfully, but these errors were encountered: