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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >
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 Free
Top 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

Letβs close this for now. We can always come back if someone hits this again for some reason.
I tried with
20.0.1and it is successful without errors. Yeah probably itβs fixed from their side.