Skip to content

Commit

Permalink
Fix pip install conda error
Browse files Browse the repository at this point in the history
Error message for `conda`:

    Pip subprocess error:
    ERROR: Ignored the following yanked versions: 3.0.6, 3.5.0, 3.7.0, 3.17.0, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5,
    4.0.7, 4.0.8, 4.0.9, 4.1.2, 4.1.6, 4.2.6, 4.2.7, 4.3.13, 4.3.16
    ERROR: Could not find a version that satisfies the requirement conda==4.9.2 (from versions: none)
    ERROR: No matching distribution found for conda==4.9.2

    failed

    CondaEnvException: Pip failed

Error message for `conda-package-handling`:

    Pip subprocess error:
    ERROR: Could not find a version that satisfies the requirement conda-package-handling==1.7.2 (from versions: 2.1.0, 2.2.0)
    ERROR: No matching distribution found for conda-package-handling==1.7.2

    failed

    CondaEnvException: Pip failed
  • Loading branch information
j3soon committed Nov 28, 2023
1 parent ea750e7 commit a529513
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ click==7.1.2
cloudpickle==1.6.0
colorama==0.4.4
colorful==0.5.4
conda==4.9.2
conda-package-handling==1.7.2
cryptography==3.3.2
cycler==0.10.0
Cython==0.29.21
Expand Down

0 comments on commit a529513

Please sign in to comment.