-
Notifications
You must be signed in to change notification settings - Fork 417
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. #111
Comments
By any chance are you using python 3.7 or newer I had the exact same problem and fixed it using conda but specifying python 3.6.9 First I would just try ``conda install conda-forge pydensecrf` as a lot of other people said this fixed all the problems for them (I have to warn changing back to an older version of python was pretty annoying as it affected a lot of other packages, but it did work for me) Also depending on your project if you use Google CoLab (which is free) it works in their notebooks. |
Could you provide the version of your setuptools pip and wheels i think that the problem is related to that version, please and thankyou |
hi, i tried to create an env with python=3.6.9, and i was able to install it simply by |
Error: Fix for me: pip freeze: python version: another commands I tried (Maybe, just maybe, the solution was a combination of some of these commands, but I'm pretty sure that is not the case...): |
Using pip prompt failed for me, but conda prompt succeeded. |
Downgrading Cython to 0.29.36 fixed the issues with the installation
|
genius!!! |
I try "pip install git+https://github.com/lucasb-eyer/pydensecrf.git" in terminal but was supented.
error:Building wheel for pydensecrf (PEP 517) ... error
I already installed cython!
What should I do?
The text was updated successfully, but these errors were encountered: