-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Big conflict of library versions that can't move user forward after update #7177
Comments
From my perspective should exist some tool that will be adequate do build info for:
Then user can select 5 as prefix in file 5_requirements_95_p.txt and ok.. not working? Ok.. taking other version of requirements. |
In final case I reach some old compatibility around libs manualy... I think as:
but errors
|
Also not helping as similar error:
|
From the top message, it looks like this might be caused by
Maybe a new release of that package will help fix this compatibility issue: voila-dashboards/voila-gridstack#217 |
For next posts I uninstalled this due problems, but this what I meet.. dependency hell. |
Require tornado>=6.1.0 (#9453) - wrong info maybe
Then again
|
I deleted everything.. and installed lower version, then jupyter working but with some difficulties, eg.
|
I find problem where something still want "libffi.so.7" again.. strange.. coz exist "libffi.so.8" and working..
|
Delete pyc etc.
|
You need refresh information here (About Require): |
Description
Reproduce
pip install --upgrade cython
pip install --upgrade jupyter
pip install --upgrade notebook
pip install --upgrade tornado
log_jupyter.txt
Expected behavior
I'm looking some option to update jupyter or other to this version where other instaled libs will be compatible or updated to optmial versions, eg. force re-instal to older main app and related libs. Soo I need some "indication" to right version betwen all version.
Soo.. when update.. then propbably pip should alert and inform possible conflicts and not install new version if older are incompatible in some iteration of update and ask that I'm sure that something can't work or list optimal version to update to minimize impact for some old libs, eg. list of sugested version to update where 75% libs are compatible as tools, etc. or 50%, 25% and of course.. 95% is most of desirable.
Right now I stuck.. fighting with pip to find some optimal version.. but how..
Context
Troubleshoot Output
Command Line Output
Browser Output
Tasks
The text was updated successfully, but these errors were encountered: