You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install -r requirements.txt
(...)
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.mkdocs 1.5.3 requires pathspec>=0.11.1, but you have pathspec 0.9.0 which is incompatible.
When trying to install pathspec v0.11.1:
pip install pathspec==0.11.1
Collecting pathspec==0.11.1
Downloading pathspec-0.11.1-py3-none-any.whl.metadata (18 kB)
Using cached pathspec-0.11.1-py3-none-any.whl (29 kB)
Installing collected packages: pathspec
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.robotframework-sherlock 0.3.0 requires pathspec==0.9.*, but you have pathspec 0.11.1 which is incompatible.Successfully installed pathspec-0.11.1
So, there is two packages (mkdocs and robotframework-sherlock) which depend on the same package (pathspec) but on different versions, which make it impossible to use the packages simultaneously, because two versions of the same package cannot be installed.
Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered:
Component
other
Device
other
Dasharo version
Dasharo Tools Suite version
Brief summary
mkdocs 1.5.3 requires pathspec>=0.11.1, but you have pathspec 0.9.0 which is incompatible
How reproducible
100%
How to reproduce
Run command:
On commit
b48d554abd32bc0f1ba30a63bb71de27d617b941
in repository Dasharo/open-source-firmware-validation.Expected behavior
All dependencies are installed.
Actual behavior
Dependency issues. After running the command:
When trying to install
pathspec v0.11.1
:So, there is two packages (
mkdocs
androbotframework-sherlock
) which depend on the same package (pathspec
) but on different versions, which make it impossible to use the packages simultaneously, because two versions of the same package cannot be installed.Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: