zhmcclient/python-zhmcclient

Pip dependency issue

andy-maier opened this issue · 1 comments

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
nbclassic 0.5.3 requires jupyter-server>=1.8, which is not installed.

This seems to be only a local issue. Uninstalling nbclassic and notebook-shim resolved the issue. These packages are not reinstalld when executing "make develop -B",. so they do not seem to be needed. (on Python 3.11)

I verified the recent test workflow runs of normal runs, and there was no pip conflict reported.

Closing the issue as invalid.