-
Notifications
You must be signed in to change notification settings - Fork 103
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 test for GH #408 PackageRecord error #409
Conversation
✅ Deploy Preview for conda-lock ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I recently observed the I contributed a fix to the upstream repo that works for me: I am not sure if this is related to this or not. /cc @lesteve. |
Ah, bad news, but thanks for letting us know. Also thanks for submitting the upstream fix! And also for raising visibility on this PR which I meant to merge. |
@ogrisel, can you share your |
@maresb here is the command I used:
and here is the content of channels:
- conda-forge
dependencies:
- python
- numpy
- blas[build=mkl]
- scipy
- cython
- joblib
- threadpoolctl
- matplotlib
- pandas
- pyamg
- pytest
- pytest-xdist=2.5.0
- pillow
- setuptools
- pytest-cov
- coverage
- ccache
- compilers
- llvm-openmp |
For the record this command runs fine for me on a Linux machine (conda 23.9.0 mamba 1.5.2 which are the latest releases at the time of writing), so maybe the issue only happens when running the command on an OSX machine? |
Yes I believe that this might be because the This is probably a bug of mamba or conda that ignores the |
I'm not sure what's causing #408 but I want to write a test so we can check when it's solved.