-
Notifications
You must be signed in to change notification settings - Fork 691
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 on Python 3.12 #709
Comments
Seconded. `Collecting lightfm × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
Can you try installing my forked version to see if it works?
|
Any solution around it? @daviddavo @K-Winkles
|
The only solution I found was recompiling using newest Cython and creating my own package.
I'm no expert on Cython, so I don't know what caveats does it have or If I broke something. All tests are passing, though. |
Honestly I just downgraded to Python 3.10.10 and it started working for me again |
Thanks, this worked just fine! |
I tried to install the
lightfm
package on Python 3.12I tried installing wheel and setuptools beforehand, and I get another different error:
Logs after installing setuptools and wheel
The text was updated successfully, but these errors were encountered: