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, 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: