当我尝试这个命令时,网站使用的是pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
并返回错误代码
ERROR: Could not find a version that satisfies the requirement torch==1.7.0+cpu (from versions: 0.1.2,
0.1.2.post1, 0.1.2.post2)
ERROR: No matching di
我正在用NodeJS制作一个应用程序接口,它将被一个网站和iPhone原生应用程序同时使用。
在javascript for website中使用时,API URL有可能暴露给用户。我只希望获得API的授权访问权限。不希望任何人通过控制台调用API。像user/delete/[user-id]一样,任何人都可以使用这个URL来删除用户。
尝试了几天,但是无法在python2.7.15上安装PySide2,而python3.7没有问题。在Qt (这是模块PySide2的项目名称)上,明确地编写了支持python2.7的网站,所以这是没有问题的。
我成功地在python 3上安装了PySide2,使用:
pip install PySide2
然后,我尝试使用以下方法在python 2上安装PySide2:
python -m pip install PySide2
大喊大叫的错误:
ERROR: Could not find a version that satisfies the requirement PySide2(fr