Cannot install notifiers in a conda activated Python environment (Windows & Ubuntu)
See original GitHub issueDescribe the bug Notifiers fails to install in a conda environment due to an issue with this error raised:
Installing collected packages: idna, urllib3, rfc3987, certifi, click, notifiers
Found existing installation: idna 2.8
Uninstalling idna-2.8:
Successfully uninstalled idna-2.8
Found existing installation: urllib3 1.24.1
Uninstalling urllib3-1.24.1:
Successfully uninstalled urllib3-1.24.1
Found existing installation: certifi 2019.3.9
Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
To Reproduce
run pip install notifiers
in a conda activated Python environment.
Expected behaviour Expected notifiers to install without any issue
Additional context Python version: 3.7.3 & 3.6.7 OS: Windows 10 & Ubuntu 18.04
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Visual Studio Code terminal doesn't activate Conda environment
Go to the menu bar and click on Terminal. · Type: conda init · Close this terminal and open a new one ·...
Read more >PATH not set by conda activate · Issue #9392 - GitHub
If you create a conda environment without specifying any packages, it will be an empty environment; not even Python will be installed.
Read more >How to clone Python working environment on another machine?
To install conda-pack, make sure you are in the root or base environment so that it is available in sub-environments. Conda-pack is available...
Read more >How do I activate a conda environment in my .bashrc?
This points to the 'conda' executable, and sets up the path to handle conda activate. Add this line after the export command:
Read more >Work in Windows Subsystem for Linux with Visual Studio Code
The problem with this model is that the Python runtime, pip, or any conda packages for that matter, are not installed on Windows....
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
Update: It seems to install fine now with version 1.2.1
Cool, thanks for updating!