-
Notifications
You must be signed in to change notification settings - Fork 163
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
can't install package use conda env #32
Comments
Did you use the command |
yes , i use pip to install this package, but i use conda create this env... |
Thanks for reporting @morestart. Could you give me the command on creating the virtual environment, I will figure out if this problem is reproducible. |
i create this env by pycharm project create |
I think I know what's wrong, wheels for mac-os are not available yet, and you need to build the package from source. You can refer to this issue #6. Feel free to tell me if you have any problem on building the package from source. |
Hi @morestart, we have uploaded the wheel for Mac-OS. Now you can install it via Feel free to reopen the issue if there is any problem ;-) |
thanks very much! |
ERROR: Could not find a version that satisfies the requirement deep-forest (from versions: none)
ERROR: No matching distribution found for deep-forest
system: mac
python version: 3.8.5
pip version: 20.2.4
The text was updated successfully, but these errors were encountered: