question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fail to pack env in Mac caused by paython.app and anaconda-anvigator

See original GitHub issue

when 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:closed
  • Created 4 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mingwandroidcommented, Sep 21, 2020

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.

0reactions
github-actions[bot]commented, Mar 15, 2022

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:

  1. Verify that you can still reproduce the issue at hand
  2. Comment that the issue is still reproducible and include: - What OS and version you reproduced the issue on - What steps you followed to reproduce the issue

NOTE: If this issue was closed prematurely, please leave a comment.

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found