简体   繁体   English

错误:gevent 1.4.0 要求 greenlet>=0.4.14,但您将拥有不兼容的 greenlet 0.4.13

[英]ERROR: gevent 1.4.0 has requirement greenlet>=0.4.14, but you'll have greenlet 0.4.13 which is incompatible

I am using Windows 10, I install Odoo from source code ( https://github.com/odoo/odoo/tree/aa0554d224337e1d966479a351a3ed059d297765 ).我正在使用 Windows 10,我从源代码安装 Odoo( https://github.com/odoo/odoo/tree/aa0554d224337e1d966479a351a3ed059d29776 )。 Python version Python版

Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

pip version pip版

pip 19.3.1 from c:\program files (x86)\python38-32\lib\site-packages\pip (python 3.8)

I catch error我发现错误

在此处输入图像描述

ERROR: gevent 1.4.0 has requirement greenlet>=0.4.14, but you'll have greenlet 0.4.13 which is incompatible.
Installing collected packages: pytz, Babel, chardet, decorator, docutils, lxml, certifi, idna, urllib3, requests, ebaysdk, feedparser, greenlet, pycparser, cffi, gevent, html2text, MarkupSafe, Jinja2, six, libsass, Mako, pbr, mock, num2words, soupsieve, beautifulsoup4, ofxparse, passlib, Pillow, polib, psutil, psycopg2, pyparsing, pydot, PyPDF2, pyserial, python-dateutil, pyusb, qrcode, reportlab, isodate, attrs, appdirs, requests-toolbelt, defusedxml, cached-property, zeep, python-stdnum, vatnumber, vobject, Werkzeug, XlsxWriter, xlwt, xlrd, pywin32, pypiwin32
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\\program files (x86)\\python38-32\\Lib\\site-packages\\pytz'
Consider using the `--user` option or check the permissions.

How to fix it?如何解决?

You can either upgrade greenlet to the latest version by:您可以通过以下方式将 greenlet 升级到最新版本:

pip install --upgrade greenlet --ignore-installed greenlet

Or you can install any specific version by:或者您可以通过以下方式安装任何特定版本:

pip install greenlet==0.4.14

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:tensorboard 2.0.2 要求 setuptools&gt;=41.0.0,但您将拥有不兼容的 setuptools 40.6.2 - ERROR: tensorboard 2.0.2 has requirement setuptools>=41.0.0, but you'll have setuptools 40.6.2 which is incompatible 错误:typer 0.3.2 有要求 click&lt;7.2.0,&gt;=7.1.1,但你会点击不兼容的 8.0.3 - ERROR: typer 0.3.2 has requirement click<7.2.0,>=7.1.1, but you'll have click 8.0.3 which is incompatible 错误:pinax-images 4.0.1 要求枕头&gt;=7.1.2,但您将拥有不兼容的枕头 5.0.0 - ERROR:pinax-images 4.0.1 has requirement pillow>=7.1.2, but you'll have pillow 5.0.0 which is incompatible matplotlib 1.3.1 要求 numpy&gt;=1.5,但您将拥有不兼容的 numpy 1.8.0rc1 - matplotlib 1.3.1 has requirement numpy>=1.5, but you'll have numpy 1.8.0rc1 which is incompatible networkx 2.1的需求装饰器&gt; = 4.1.0,但是您将拥有不兼容的装饰器4.0.11 - networkx 2.1 has requirement decorator>=4.1.0, but you'll have decorator 4.0.11 which is incompatible mezzanine 4.2.3 有要求 django&lt;1.11,&gt;=1.8,但你会有不兼容的 django 2.0.2 - mezzanine 4.2.3 has requirement django<1.11,>=1.8, but you'll have django 2.0.2 which is incompatible awscli 1.18.34 有要求 botocore==1.15.34,但您将拥有不兼容的 botocore 1.15.49 - awscli 1.18.34 has requirement botocore==1.15.34, but you'll have botocore 1.15.49 which is incompatible Spacy 2.0.11的要求正则表达式== 2017.4.5,但你有正则表达式2017.11.9是不兼容的 - Spacy 2.0.11 has requirement regex==2017.4.5, but you'll have regex 2017.11.9 which is incompatible gevent库:“导入错误:没有名为greenlet的模块” - gevent library: “Import Error: no module named greenlet” gevent clean Greenlet出口 - gevent clean Greenlet exit
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM