-
Notifications
You must be signed in to change notification settings - Fork 69
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
Breaks with python-3.6 #62
Comments
@tkralphs , maybe you could help and solve this? Thank you! |
As far as i know, python3 is not supported at all. There is a pull-request / fork here with a lot of discussion. I don't know if it works with py36, but i think at least <=py3.5 works. |
Thanks for this info! |
(wradlib) yogesh@yogesh:~/anaconda$ conda install -c jjhelmus cylp UnsatisfiableError: The following specifications were found to be in conflict:
I am getting following error . How can i install cylp for python 3.6? |
I was able to eventually get this to install and run on python 3.7. I used the py3 branch mentioned here.
It is somewhat similar to the issue here. I am on a Mac so I think the setup.py was somehow using a rotten version of cython belonging to my system distro of python. I was able to get it to compile by getting the latest cython Disable cython manually in setup.py by setting USECYTHON=False in line 38 Then go into the cylp/cy folder and run
which were the two problem files for me (Although not in your original question?) Now |
Master now has Python 3 support, so I'm closing this. |
This error:
And also non-ascii characters in README.rst cause this error:
The text was updated successfully, but these errors were encountered: