-
Notifications
You must be signed in to change notification settings - Fork 103
Fix install Cython errors on pip & poetry #108
base: master
Are you sure you want to change the base?
Conversation
@borisshapa would you be able to take a look at this please? |
@gburlet, thanks for providing the fix. I have implemented it in my fork of the project, leaving it here in case it can help someone who needs to install the library: https://github.com/LahiLuk/YouTokenToMe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change fixed the problem for me, thanks.
And seems better to be merged
Can a mod please approve this so this library can be used by the community? |
too bad this cant be merged but i found a way to install the fixed code with this command
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes things for PEP 518
thanks for the magic |
Sad, but not working for poetry :(
|
@Anna-Pinewood I had the same issue and fixed it by running |
@parithosh , thank you for the tip!
|
Thanks for your work on this package but it seems it's falling behind in maintenance. It needs upgraded
Cython
as build dependency, and requires downgraded Python (3.9.16) in some cases. Relevant Issues:This PR was created to address this issue, but remained stale because nobody with write permissions approved:
In fact, this PR is now too stale to be helpful. Here's another attempt to fix this library so it can actually be installed without downgrades, etc.
Instead of pinning Cython at a specific version I made a min version starting now.