服務(wù)器安裝pywin32報(bào)錯(cuò):
?這個(gè)沒解決我的問題:
pycharm安裝pywin32 報(bào)錯(cuò):No matching distribution found for pywin32_棠寧的博客-CSDN博客_no matching distribution found for pywin32
然后還有人這樣:
Could not find a version that satisfies the requirement win32api (from versions: ) No matching distribution found for win32api - 咣咣敲代碼 - 博客園
我的問題還沒解決。
有的人用下面這三種方法可以成功,而我都試了一遍,仍舊沒用。
pip install pywin32
or
python -m pip install pywin32
or
pip --trusted-host pypi.python.org install pywin32
然后使用了下面鏡像網(wǎng)站安裝的一些方法,仍舊沒用。
pip install pywin32 -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
pip install pywin32 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.co
pip install pywin32 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn
報(bào)錯(cuò)大同小異,如下:
?于是有試用了一下三個(gè)云鏡像站。
1)http://mirrors.aliyun.com/pypi/simple/ 阿里云
2)https://pypi.mirrors.ustc.edu.cn/simple/ 中國科技大學(xué)
3) http://pypi.mirrors.ustc.edu.cn/simple/ 中國科學(xué)技術(shù)大學(xué)
如前面一樣把地址換成這三個(gè)試試。
?很多人都已經(jīng)解決了,我的問題依舊頑固,沒弄好。
幸運(yùn)的小伙伴問題到這里基本已經(jīng)解決了。
不幸的小伙伴還要往后看,作者痛苦,讀者也痛苦。
不像那些畫美女圖的畫手,畫手開心,觀眾也開心。
程序就是一條不歸路。
繼續(xù)往下看吧。
這一個(gè):
先升級pip,再安裝pywin32
python -m pip install --upgrade pip
Pycharm 中安裝pywin32報(bào)錯(cuò)_pywin32安裝失敗_中二騷年的博客-CSDN博客
仍舊報(bào)同樣的錯(cuò)。
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
于是
更新了一下
pip install --upgrade setuptools
然后再安裝pywin32,仍舊報(bào)錯(cuò)
pip install pypiwin32==228
ERROR: Could not find a version that satisfies the requirement pypiwin32==228 (from versions: 219, 223)
ERROR: No matching distribution found for pypiwin32==228
參考:
完美解決 Could not find a version that satisfies the requirement 安裝包名字 (from versions: )_戴國進(jìn)的博客-CSDN博客
安裝pip
LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~/2080$ python -m pip install --upgrade pip
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pip in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (22.3.1)
創(chuàng)建虛擬環(huán)境
pip3 install virtualenv
LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~/2080$ pip3 install virtualenv
Collecting virtualenv
Downloading virtualenv-20.17.1-py3-none-any.whl (8.8 MB)
|████████████████████████████████| 8.8 MB 571 kB/s
Collecting distlib<1,>=0.3.6
Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB)
|████████████████████████████████| 468 kB 43.4 MB/s
Collecting filelock<4,>=3.4.1
Downloading filelock-3.9.0-py3-none-any.whl (9.7 kB)
Collecting platformdirs<3,>=2.4
Downloading platformdirs-2.6.2-py3-none-any.whl (14 kB)
Installing collected packages: distlib, filelock, platformdirs, virtualenv
WARNING: The script virtualenv is installed in '/home/LIST_2080Ti/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed distlib-0.3.6 filelock-3.9.0 platformdirs-2.6.2 virtualenv-20.17.1
查詢虛擬環(huán)境位置
whereis env
?
安裝虛擬擴(kuò)展包
LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~/2080$ pip install virtualenvwrapper
Collecting virtualenvwrapper
Downloading virtualenvwrapper-4.8.4.tar.gz (334 kB)
|████████████████████████████████| 334 kB 438 kB/s
Collecting stevedore
Downloading stevedore-4.1.1-py3-none-any.whl (50 kB)
|████████████████████████████████| 50 kB 3.6 MB/s
Requirement already satisfied: virtualenv in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (from virtualenvwrapper) (20.17.1)
Collecting virtualenv-clone
Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting pbr!=2.1.0,>=2.0.0
Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB)
Requirement already satisfied: platformdirs<3,>=2.4 in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (from virtualenv->virtualenvwrapper) (2.6.2)
Requirement already satisfied: distlib<1,>=0.3.6 in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (from virtualenv->virtualenvwrapper) (0.3.6)
Requirement already satisfied: filelock<4,>=3.4.1 in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (from virtualenv->virtualenvwrapper) (3.9.0)
Building wheels for collected packages: virtualenvwrapper
Building wheel for virtualenvwrapper (setup.py) ... done
Created wheel for virtualenvwrapper: filename=virtualenvwrapper-4.8.4-py2.py3-none-any.whl size=24833 sha256=79e4bcd94bd1bd3b9463cdc7948cf2f4c082925ae928146d856d82af6d1908f6
Stored in directory: /home/LIST_2080Ti/.cache/pip/wheels/47/15/3d/7a26eaf92e79f80a3df3ac5f8e0f0f5b7efdf24d313c594a44
Successfully built virtualenvwrapper
Installing collected packages: pbr, stevedore, virtualenv-clone, virtualenvwrapper
WARNING: The script pbr is installed in '/home/LIST_2080Ti/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script virtualenv-clone is installed in '/home/LIST_2080Ti/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pbr-5.11.1 stevedore-4.1.1 virtualenv-clone-0.5.7 virtualenvwrapper-4.8.4
pip in /home/LIST_2080Ti/.local/lib/python3.8/site-packages (22.3.1)
使用:
python -m pip install pypiwin32
報(bào)錯(cuò)?
?
$ python -m pip install pypiwin32
Defaulting to user installation because normal site-packages is not writeable
Collecting pypiwin32
Using cached pypiwin32-223-py3-none-any.whl (1.7 kB)
Using cached pypiwin32-219.zip (4.8 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-7pq5lm_i/pypiwin32_ec6fed72462f42b88a11496e25dbe88a/setup.py", line 121
print "Building pywin32", pywin32_version
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Building pywin32", pywin32_version)?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
進(jìn)入虛擬環(huán)境,直接在bin文件夾處,右鍵Copy Relative Path
source venv/bin/activate
?
LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~$ source venv/bin/activate
(venv) LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~$ pip3 install -r niejianhao/CHB-MIT-DATA/epilepsy_eeg_classification/requirements.txt
Collecting appdirs==1.4.4
退出虛擬環(huán)境
deactivate
?
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
修改系統(tǒng)環(huán)境變量——備注說明?
創(chuàng)建虛擬環(huán)境
(mrtrix3) LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~$ virtualenv venvnjh?
created virtual environment CPython3.10.8.final.0-64 in 303ms
? creator CPython3Posix(dest=/home/LIST_2080Ti/venvnjh, clear=False, no_vcs_ignore=False, global=False)
? seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/LIST_2080Ti/.local/share/virtualenv)
? ? added seed packages: pip==22.3.1, setuptools==65.6.3, wheel==0.38.4
? activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
當(dāng)我試驗(yàn)了上面的所有方法都沒有解決的時(shí)候,我只能把需求依賴集合中的pywin32注釋掉,然后,問題沒有了。
下面的這個(gè)討論帖對于pywin32價(jià)值較大,僅供參考。文章來源:http://www.zghlxwxcb.cn/news/detail-445464.html
Could not find a version that satisfies the requirement pywin32>=223 · Issue #1172 · mhammond/pywin32 · GitHub文章來源地址http://www.zghlxwxcb.cn/news/detail-445464.html
到了這里,關(guān)于服務(wù)器pip3配置requirements.txt時(shí)候could not find a version that satisfies the requirement pywin32的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!