-
Notifications
You must be signed in to change notification settings - Fork 104
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 results in KeyError: 'msgpack-python' #387
Comments
Thanks for the report! Could you please include |
name: midif
channels:
- conda-forge
- defaults
- anaconda
dependencies:
- python=3.8.*
- ipython=8.4.0
- nb_conda_kernels=2.3.*
- cython=0.29.*
- conda-lock=1.4.*
- pip
- pip:
- ipywidgets==7.7.2
- poetry==1.4.0 |
Hi, we are facing a variation of this issue: I attached the traceback from our Jenkins machine (locally on a Windows and MacOS we experienced the same, additionally on the MacOS Traceback
environment yaml
|
Thanks a lot @steffen-fissler for the report! Could you please try with the branch from #253 to check if that works? pip install git+https://github.com/romain-intel/conda-lock@fix/pypi-conda-pkg-confusion |
Hi Ben @maresb , wow thanks! Yes, this does the trick. I confirm it works with both, pinned and unpinned versions:
and
(and thanks for just posting the command) I have an awesome workaround for now, which will do until the next release, thanks for the great work! Best regards |
Checklist
What happened?
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: