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

Conda lock can hang, clearing poetry cache helps #103

Open
mattkram opened this issue Apr 6, 2023 · 0 comments
Open

Conda lock can hang, clearing poetry cache helps #103

mattkram opened this issue Apr 6, 2023 · 0 comments

Comments

@mattkram
Copy link
Contributor

mattkram commented Apr 6, 2023

Using conda-project=0.1.1, my system was stuck during conda project lock with the following environment file:

channels:
  - defaults
dependencies:
  - python=3.10
  - pip
  - pip:
    - planingfsi
platforms:
  - osx-64
  - osx-arm64
  - linux-64

I found that clearing the poetry cache helped to resolve the issue: poetry cache clear pypi --all

I'm wondering if we should consider any special behavior or warning if this becomes a more common occurrence.

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

1 participant