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
When install pyqlib via poetry, python3.10, I met a dependency conflict that prevented the installation from completing successfully.
I think that's because the version conflict of packaging pypa/setuptools#4483
I want to upgrade packaging to 22.0 but qlib has limited the version to below 22.0.
Steps to reproduce the behavior:
Install sucessfully
Note: User could run cd scripts && python collect_info.py all under project directory to get system information and paste them here directly.
cd scripts && python collect_info.py all
Windows
Linux
MacOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Description
When install pyqlib via poetry, python3.10, I met a dependency conflict that prevented the installation from completing successfully.
I think that's because the version conflict of packaging pypa/setuptools#4483
I want to upgrade packaging to 22.0 but qlib has limited the version to below 22.0.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Install sucessfully
Screenshot
Environment
Note: User could run
cd scripts && python collect_info.py all
under project directory to get system informationand paste them here directly.
Windows
,Linux
,MacOS
): MacOSAdditional Notes
The text was updated successfully, but these errors were encountered: