-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUILD: conda unable to solve for a dev env using environment.yml in finite time #43876
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
Comments
I build this locally on a linux ubuntu machine yesterday and it worked as usual. Do you have acess to a linux machine to test there? Pinning is not really an option since we want to develop against the newest versions. Same as the testing suite does test against newest versions |
I need to test specifically on |
note: #43804. My dev env didn't resolve with pip in 3hours becuase I detected at least 2 incompatabilities. |
As a workaround, do use |
This was solved for me relatively quickly on win64 too |
|
It appears this wasn't reproducible in another windows environment so closing for now. This issue should still remain searchable with the suggestion to use mamba |
I've been running into this issue on wsl2 (ubuntu 20.04) as well. At first it was getting killed due to OOM with 4GB RAM allocated via wslconfig, but took 20 minutes to resolve the package dependencies. Mamba was near instant. |
@rs2 did you want to open a PR for this? |
Platform
win-64
Installation Method
conda install
pandas Version
latest master
Python Version
n/a
Installation Logs
$ conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: /
pandas
issue per se, this is aconda
issue. However, I see two ways to solve this issue for anyone trying to buildpandas
locally:mamba
instead ofconda
to create dev environment.mamba
has a much faster SAT solver compared toconda
.The text was updated successfully, but these errors were encountered: