We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to install recommenders 0.6.0 on Python 3.7.11. Proposing an update to loosen pin.
The text was updated successfully, but these errors were encountered:
#1474
Sorry, something went wrong.
@dciborow can you share the error?
I know that @anargyri did some tests with 3.7
3.7 works with conda, not with venv (the issue of Surprise and numpy conflict) but the version was < 3.7.11 (I think it was 3.7.5 or close to that).
fixed on https://pypi.org/project/recommenders/. Now when doing pip install recommenders==0.6.0 it should work with python<3.8
No branches or pull requests
Description
I am unable to install recommenders 0.6.0 on Python 3.7.11. Proposing an update to loosen pin.
The text was updated successfully, but these errors were encountered: