fail to pack env in Mac caused by paython.app and anaconda-anvigator
See original GitHub issuewhen I run command: conda pack -n ml_env -o out_ml_env.tar.gz I got the following error message: CondaPackError: Files managed by conda were found to have been deleted/overwritten in the following packages:
- python.app=u’2’
- anaconda-navigator=u’1.9.7’
This is usually due to pip
uninstalling or clobbering conda managed files,
resulting in an inconsistent environment. Please check your environment for
conda/pip conflicts using conda list
, and fix the environment by ensuring
only one version of each package is installed (conda preferred).
Python.app are depend on many package, cannot delete it from conda.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Troubleshooting — Anaconda documentation
Instead, use Anaconda software by opening Anaconda Navigator or the Anaconda Prompt from the Start Menu. Windows error: no environment named “search” exists¶....
Read more >Can't start Spyder after conda update due to python.app error
This problem is solved by running the following command in Terminal.app conda install -f python.app.
Read more >Install Anaconda MAC OSX - ZSH ERROR fixed! - YouTube
Anaconda Platform #Installation on # MAC OSX with all errors FIXED!website: https://www.pencilidea.com/In this video, I have shown the MAC ...
Read more >Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
Programs fail due to invoking conda Python instead of system Python. UnsatisfiableSpecifications error. Package installation fails from a specific channel.
Read more >Using Python Environments in Visual Studio Code
Note: While it's possible to open a virtual environment folder as a workspace, doing so is not recommended and might cause issues with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is because of a limitation of apple’s installer technology. There’s nothing we can do about it. Conda pack needs to learn a new trick here IMHO.
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!