Skip to content
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

Closed
morestart opened this issue Feb 12, 2021 · 7 comments
Closed

can't install package use conda env #32

morestart opened this issue Feb 12, 2021 · 7 comments

Comments

@morestart
Copy link

morestart commented Feb 12, 2021

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

@xuyxu
Copy link
Member

xuyxu commented Feb 12, 2021

Did you use the command pip install deep-forest? This package is not available via conda install deep-forest

@morestart
Copy link
Author

Did you use the command pip install deep-forest? This package is not available via conda install deep-forest

yes , i use pip to install this package, but i use conda create this env...

@xuyxu
Copy link
Member

xuyxu commented Feb 12, 2021

Thanks for reporting @morestart. Could you give me the command on creating the virtual environment, I will figure out if this problem is reproducible.

@morestart
Copy link
Author

i create this env by pycharm project create

@xuyxu
Copy link
Member

xuyxu commented Feb 12, 2021

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.

This was referenced Feb 12, 2021
@xuyxu
Copy link
Member

xuyxu commented Feb 12, 2021

Hi @morestart, we have uploaded the wheel for Mac-OS. Now you can install it via pip install deep-forest.

Feel free to reopen the issue if there is any problem ;-)

@xuyxu xuyxu closed this as completed Feb 12, 2021
@morestart
Copy link
Author

Hi @morestart, we have uploaded the wheel for Mac-OS. Now you can install it via pip install deep-forest.

Feel free to reopen the issue if there is any problem ;-)

thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants