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

Add more diagnostic output #21

Open
mariusvniekerk opened this issue Apr 22, 2020 · 2 comments
Open

Add more diagnostic output #21

mariusvniekerk opened this issue Apr 22, 2020 · 2 comments

Comments

@mariusvniekerk
Copy link
Collaborator

Conda-lock has a few phases. It would be helpful for users if at those various phases it could show some kind of progress

@tbenst
Copy link

tbenst commented Jan 9, 2024

I have a simple environment.yml file, with one dependency: torch. This causes conda-lock to hang without any output for 5-10min.

I looked at #315, however I have no poetry cache.

A more complicated environment.yml hadn't finished after nearly 30min. I can run over night to see if finishes, but regardless it would be nice to have a verbose mode documented! As a new user I thought it wasn't working, and I almost wrote an issue titled "Pip dependencies cause hang"

name: test
channels:
  - defaults
dependencies:
  - python=3.11
  - pip
  - pip:
    - torch
# non-standard, used by conda-lock
platforms:
  - linux-64
  - osx-arm64
  - win-64

@maresb
Copy link
Contributor

maresb commented Jan 9, 2024

@tbenst, why are you installing pytorch as a pip dependency instead of as a conda dependency? Also, I'd generally prefer that you open new issues instead of posting in old ones.

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

3 participants