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.

Cannot install notifiers in a conda activated Python environment (Windows & Ubuntu)

See original GitHub issue

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

github_iconTop GitHub Comments

2reactions
PyDataBlogcommented, Oct 8, 2019

Update: It seems to install fine now with version 1.2.1

1reaction
liiightcommented, Oct 8, 2019

Cool, thanks for updating!

Read more comments on GitHub >

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

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