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
/Users/bleakley/github/JPC_AV/videoqc_jpc_av
≈:≈ pip install -r requirements.txt
Collecting PyYAML==6.0.1 (from -r requirements.txt (line 1))
Obtaining dependency information for PyYAML==6.0.1 from https://files.pythonhosted.org/packages/28/09/55f715ddbf95a054b764b547f617e22f1d5e45d83905660e9a088078fe67/PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl.metadata
Downloading PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl.metadata (2.1 kB)
Collecting colorlog==6.7.0 (from -r requirements.txt (line 2))
Downloading colorlog-6.7.0-py2.py3-none-any.whl (11 kB)
Downloading PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl (167 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.5/167.5 kB 4.9 MB/s eta 0:00:00
Installing collected packages: PyYAML, colorlog
Attempting uninstall: PyYAML
Found existing installation: PyYAML 6.0
Uninstalling PyYAML-6.0:
Successfully uninstalled PyYAML-6.0
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.
conda-repo-cli 1.0.75 requires requests_mock, which is not installed.
conda-repo-cli 1.0.75 requires clyent==1.2.1, but you have clyent 1.2.2 which is incompatible.
Successfully installed PyYAML-6.0.1 colorlog-6.7.0
The text was updated successfully, but these errors were encountered:
I think this related to missing elements of the python environment the scripts are running on, and not the script itself. From googling around, it seems like this is likely not a big deal (based on this and this). But this article looks like it could be helpful in resolving it fi you want to track it down: https://bobbyhadz.com/blog/python-error-pips-dependency-resolver-does-not-currently-take
unsure yet if this is an actual problem.
The text was updated successfully, but these errors were encountered: