-
Notifications
You must be signed in to change notification settings - Fork 106
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
On MacOS conda-lock builds the Mac lock file quickly but has been stuck on linux for a long time #438
Comments
The Linux lock-file actually managed to generate after 7 hours. On the other hand, it completely fails for generating a lock-file for Windows. Also, the command The message is as follows:
|
I have the exact same issue, im trying to build a conda-lock for linux64 but it has been stuck since last night. Im not sure if I should kill it or let it continue. It does not seem to be using significant resources either |
@ZhangxiJesseFeng, apologies for not responding to your issue. In case you are still trying then please open a fresh issue and I will do what I can to help. @IamShubhamGupto, I suspect you have old versions, so pease make sure to upgrade conda-lock and mamba to the latest versions. If you still have issues then please open a new issue with all the details. |
Checklist
What happened?
The environment file is:
When running
conda-lock -f environment.yml
, the osx-64 lock file is generated first and quickly. It is confirmed to be able to be used to create the appropriate environment. However, the command proceeds to ilnux and does not proceed.Is there a way to know if it is stuck or just very slow? If stuck, how can I find out why is it stuck?
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: