LAMDA-NJU / Deep-Forest

An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
https://deep-forest.readthedocs.io
Other
913 stars 160 forks source link

Use `pip install deep-forest` will encounter an ERROR! #139

Open Ninjagg opened 7 months ago

Ninjagg commented 7 months ago

Hi, I'm a newer for deep-forest. When I wanted to try this state-of-the-art method, I encountered an error at the installation step.

The code is shown bellow,

pip install deep-forest

Before installing this package, I created a new virtual environment with python=3.10 using Miniconda. I have tried the pypi mirror (ustc and tsinghua) and set the http_proxy and https_proxy so as to get the package from https://pypi.org/.

It will raise the error information "ERROR: Could not find a version that satisfies the requirement deep-forest (from versions: none)". "ERROR: No matching distribution found for deep-forest"

I also tried to install this package from GitHub according to the tutorial, but still failed.

Thanks for your time!

BR

Ninjagg commented 7 months ago

Emmm. I have resolved this question by setting python=3.8. Adding a kind reminder maybe help others.

BR

luciunfair commented 6 months ago

for me it worked with python 3.7 .not even with 3.8

sssuzr1 commented 3 months ago

you can install it by source code