-
Notifications
You must be signed in to change notification settings - Fork 117
Dependency errors for sphinx, pyocd, junit2html, cmsis-pack-manager #106
Copy link
Copy link
Closed
Description
Hello, I tried to build an image for https://github.com/zephyrproject-rtos/docker-image, SHA is d761a83.
The following non-fatal errors occurred during the installation process:
...
ERROR: sphinx 4.5.0 has requirement docutils<0.18,>=0.14, but you'll have docutils 0.18.1 which is incompatible.
ERROR: sphinx-rtd-theme 1.0.0 has requirement docutils<0.18, but you'll have docutils 0.18.1 which is incompatible.
ERROR: sphinx-tabs 3.3.1 has requirement docutils~=0.17.0, but you'll have docutils 0.18.1 which is incompatible.
ERROR: pyocd 0.33.1 has requirement six<2.0,>=1.15.0, but you'll have six 1.14.0 which is incompatible.
ERROR: junit2html 30.1.3 has requirement jinja2>=3.0, but you'll have jinja2 2.10.1 which is incompatible.
...
ERROR: sphinx-tabs 3.3.1 has requirement docutils~=0.17.0, but you'll have docutils 0.16 which is incompatible.
ERROR: pyocd 0.33.1 has requirement pyyaml<7.0,>=6.0, but you'll have pyyaml 5.4.1 which is incompatible.
ERROR: pyocd 0.33.1 has requirement six<2.0,>=1.15.0, but you'll have six 1.14.0 which is incompatible.
ERROR: cmsis-pack-manager 0.4.0 has requirement pyyaml<7.0,>=6.0, but you'll have pyyaml 5.4.1 which is incompatible.
Although the image is built successfully in the end, it prevents later build of the Latex PDF documentation - the process fails.
Could you tell me what is the reason and how to solve it? Perhaps there are any workarounds?
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels