-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install deep-forest didn't work in wsl2 #119
Comments
Could you provide more information on your system? Or you could directly download the .whl file from pyp that matches your system and python version. See if it could be successfully installed. |
I have the same problem running python 3.9.6 on M1 MacOs 12.6, and weirdly on Windows with Intel. Are there any known work arounds? Would appreciate it a lot! |
@patgun16, the compiled package for M1 chip is not available yet. You need to install the package from source. |
@xuyxu when compiling from source on the M1 MacBook Pro we get a clang error:
|
I get the same error on google colab as well "deepforest" works but not the newer version "deep-forest" I can install in on desktop python via pip, just not on colab |
你可以用wheel文件安装deep-forest |
I have the same problem. ERROR: Could not find a version that satisfies the requirement deep-forest (from versions: none) running Python 3.11.5 on Windows. |
Try using an earlier version of python like 3.9 |
i was trying to install the package using wsl2. But the terminal raises an error:
ERROR: Could not find a version that satisfies the requirement deep-forest (from versions: none) ERROR: No matching distribution found for deep-forest
i don't find any related articles or even stackoverflow post to solve this, please help me.
The text was updated successfully, but these errors were encountered: