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.

ERROR: Error while checking for conflicts.

See original GitHub issue
  • pip version: 21.0.1
  • Python version:3.6
  • Operating system: ubuntu-18.04 aarch64
pip install gevent==1.3.0
Collecting gevent==1.3.0
  Downloading gevent-1.3.0.tar.gz (4.6 MB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4.6 MB 28 kB/s
Collecting greenlet>=0.4.13
  Downloading greenlet-1.0.0-cp36-cp36m-manylinux2014_aarch64.whl (156 kB)
     |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 156 kB 27 kB/s
Building wheels for collected packages: gevent
  Building wheel for gevent (setup.py) ... done
  Created wheel for gevent: filename=gevent-1.3.0-cp36-cp36m-linux_aarch64.whl size=2264513 sha256=a385ba45d6b9512bca9187c51358f7003c016d93d0473b7396bedf419fef2356
  Stored in directory: /root/.cache/pip/wheels/7f/bf/28/9a2b10c1cb1c8ce68a030b420ef16ee4e206d1652b0bffe5b5
Successfully built gevent
ERROR: Error while checking for conflicts. Please file an issue on pip's issue tracker: https://github.com/pypa/pip/issues/new
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/pip/_internal/commands/install.py", line 514, in _determine_conflicts
    return check_install_conflicts(to_install)
  File "/usr/local/lib/python3.6/dist-packages/pip/_internal/operations/check.py", line 115, in check_install_conflicts
    package_set, should_ignore=lambda name: name not in whitelist
  File "/usr/local/lib/python3.6/dist-packages/pip/_internal/operations/check.py", line 81, in check_package_set
    missed = req.marker.evaluate()
  File "/usr/local/lib/python3.6/dist-packages/pip/_vendor/packaging/markers.py", line 336, in evaluate
    return _evaluate_markers(self._markers, current_environment)
  File "/usr/local/lib/python3.6/dist-packages/pip/_vendor/packaging/markers.py", line 252, in _evaluate_markers
    lhs_value = _get_env(environment, lhs.value)
  File "/usr/local/lib/python3.6/dist-packages/pip/_vendor/packaging/markers.py", line 233, in _get_env
    "{0!r} does not exist in evaluation environment.".format(name)
pip._vendor.packaging.markers.UndefinedEnvironmentName: 'extra' does not exist in evaluation environment.
Installing collected packages: greenlet, gevent
Successfully installed gevent-1.3.0 greenlet-1.0.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
uranusjrcommented, Apr 27, 2021

Let’s close this for now. We can always come back if someone hits this again for some reason.

0reactions
duthadescommented, Apr 27, 2021

I tried with 20.0.1 and it is successful without errors. Yeah probably it’s fixed from their side.

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install ERROR : Error while checking for conflicts #8680
pip version:20.2 Python version:Python 3.7.4 Operating system: macOS Catalina 10.15.6 How can i fix this error??? i want to do pip install.
Read more >
pip is giving conflict error while installing package
The solution seems to be to find any directories starting with - in your site-packages directory ( /Users/tejeshagrawal/Library/Python/3.7/lib/Β ...
Read more >
How To Fix the β€œ409 Conflict” Error (5 Methods) - Kinsta
The "409 conflict" error can be frustrating, but it is actually easy to fix. Learn how to fix the error using 5 different...
Read more >
How to identify and resolve a dependency conflict
Find Divio's how-to guide to identifying and resolving a dependency conflict. Learn what steps to take if a deployment in the cloud or...
Read more >
Troubleshoot common coauthoring errors - Microsoft Support
Troubleshoot and fix coauthoring errors. ... Select Next on the Conflicts tab to navigate through each change. Accept or reject each change.
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