Skip to content
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

possible dependency conflicts: requests_mock , clyent #12

Closed
BleakleyMcD opened this issue Jan 28, 2024 · 2 comments
Closed

possible dependency conflicts: requests_mock , clyent #12

BleakleyMcD opened this issue Jan 28, 2024 · 2 comments

Comments

@BleakleyMcD
Copy link
Collaborator

BleakleyMcD commented Jan 28, 2024

unsure yet if this is an actual problem.

/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
@eddycolloton
Copy link
Collaborator

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

@BleakleyMcD
Copy link
Collaborator Author

I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants