I was to install the python2 version of gevent, and found that using pip install gevent directly on the mac would fail and report the following error:
ERROR: Could not find a version that satisfies the requirement gevent (from versions: none)
ERROR: No matching distribution found for gevent
Later found out that it can be installed like this:
Pass herePortalDownload the required gevent version, enter the directory where it is located after downloading, and executepip install geventXX.whlYou can successfully install gevent.
At this time, gevent is only installed locally. If pycharm is used and the current project specifies a python virtual environment, you need to click "Terminal" in the lower left corner of pycharm, and then repeat the above operation to successfully install in the current virtual environment gevent. But at this time, you may find that there is still a "red line" in the code where gevent is used to indicate that gevent has not been successfully referenced. At this time, you need to do the following: open "Preferences", you should find the "gevent" package in "Project Interpreter" Yes, double-click the "gevent" package, click "Install Package" after entering, and then look at the code, the "red line" in the code has disappeared.
is the installation of the three primary library I PYthon white, own the program runs out of quite a few detours in the environment configuration. Because I also installed a Windows environment interm...
Today saw a robotic micro-channel video, just a small Apple laptop, comes with python, try Apple comes with version 2.7 But no pip command, it is more awkward 1. Install pip Note: If the direct input ...
Two-line command Solution: First uninstall the previously installed clean: pip uninstall mysql-python brew uninstall mysql-connector-c Now set the mysql_config path: First modify the system configurat...
2019 Unicorn Enterprise Heavy Glour Recruitment Python Engineer Standard >>> >> Original post << DeepdreamIt is a very fun project of the recent Google Open source, allowing us to...
1. Download Python Visit the official Python website https://www.python.org/ View python version 1. Open the terminal Terminal of Mac; 2. Enter the following command in the terminal Terminal: Python -...
There are two errors in installing gevent, the first one is easier to solve Missing libevent library The second one is more painful. The error reported is this: libev/ev.c:1029:42: error: '_Noreturn' ...
This article assumes that python and pip have been successfully installed. Inhttps://www.lfd.uci.edu/~gohlke/pythonlibs/The address download corresponds to the system and python installed versi...
install mysql Error message When the above error occurs, you have not done the following step 3. Please follow the steps below to reinstall. Install the mysql document correctly: 1, execute brew insta...
install golang for mac 1, install golang brew install go 2, set the environment variable of go, in the ~ directory: If you don't have .bash_profile, just create this file directly. 3, make the setting...
install jdk for mac 1, download the jdk8 installation package, the link is as follows: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2, install and configure the ...