找不到满足pytz要求的版本

时间:2020-05-19 06:47:51

标签: python django ubuntu-18.04

我有Linux Ubuntu 18.04。我需要在此计算机上离线安装Django。

我在使用pip和python时遇到了一些问题,但是我想我已经解决了。因此,我下载了asgiref,sqlparse和pytz来安装模块。当我安装asgiref和sqlparse时-可以,django可以看到它,但是使用pytz时,我遇到了一个可怕的问题:django没有看到它,并且我尝试重新安装它很多次。我尝试使用 python3.7 -m pip install --pre pytz-2020.1-py2.py3-none-any.whl 但这没有帮助。因此,在python3.7 -m pip list中显示pytz已安装,但实际上我无法删除它。

最后,当我尝试时(在fjango安装程序的文件夹中)

python37 -m pip install .

我有这个错误

enter image description here 找不到满足pytz要求的版本

python3.7 -m pip freeze

apturl==0.5.2
asgiref==3.2.7
asn1crypto==0.24.0
beautifulsoup4==4.6.0
blinker==1.4
Brlapi==0.6.6
certifi==2018.1.18
chardet==3.0.4
command-not-found==0.3
cryptography==2.1.4
cupshelpers==1.0
defer==1.0.6
distro-info===0.18ubuntu0.18.04.1
Django==3.0.4
feedparser==5.2.1
html5lib==0.999999999
httplib2==0.9.2
idna==2.6
keyring==10.6.0
keyrings.alt==3.0
language-selector==0.1
launchpadlib==1.10.6
lazr.restfulclient==0.13.5
lazr.uri==1.0.3
louis==3.5.0
lxml==4.2.1
macaroonbakery==1.1.3
Mako==1.0.7
MarkupSafe==1.0
netifaces==0.10.4
oauth==1.0.1
oauthlib==2.0.6
onboard==1.4.1
protobuf==3.0.0
pycairo==1.16.2
pycrypto==2.6.1
pycups==1.9.73
pygobject==3.26.1
PyJWT==1.5.3
pymacaroons==0.13.0
PyNaCl==1.1.2
pyRFC3339==1.0
python-apt==1.6.5+ubuntu0.2
python-dateutil==2.6.1
python-debian==0.1.32
pytz==2020.1
pyxdg==0.25
PyYAML==3.12
requests==2.18.4
requests-unixsocket==0.1.5
SecretStorage==2.3.1
simplejson==3.13.2
six==1.14.0
sqlparse==0.3.1
system-service==0.3
systemd-python==234
ubuntu-drivers-common==0.0.0
ufw==0.36
unattended-upgrades==0.1
unity-scope-calculator==0.1
unity-scope-chromiumbookmarks==0.1
unity-scope-colourlovers==0.1
unity-scope-devhelp==0.1
unity-scope-firefoxbookmarks==0.1
unity-scope-manpages==0.1
unity-scope-openclipart==0.1
unity-scope-texdoc==0.1
unity-scope-tomboy==0.1
unity-scope-virtualbox==0.1
unity-scope-yelp==0.1
unity-scope-zotero==0.1
urllib3==1.22
usb-creator==0.3.3
wadllib==1.3.2
webencodings==0.5
xdiagnose==3.8.8
xkit==0.0.0
zope.interface==4.3.2

0 个答案:

没有答案