我使用的是Windows10操作系统。我想构建一个基于linux的容器,这样我就可以复制从ubuntu开发的代码和依赖项。当我尝试构建它时,会输出如上的错误消息。根据我的理解,桌面的docker在幕后运行linux OS内核,因此允许window用户运行基于linux的容器,我不确定它为什么会输出这个错误。command-not-found==0.3cryptography==2.1.4
cu
在部署我的Django应用程序Heroku时,它显示了这个错误,尽管当我手动安装它时,所有的要求都已经满足了,我的操作系统是ubuntu20,使用pip3进行安装,Django 3.0.1remote: ERROR: Could not find a version that satisfies the requirement apturl==0.5.2 (from -r /tmp/build_97769b8b
我已经将我的github项目与循环2.0集成在一起。但是当我从循环仪表板运行构建时,我会得到这个错误。无法找到满足需求apturl==0.5.2的版本(来自-r requirements.txt (第1行))(来自版本:)没有为apturl==0.5.2找到匹配的发行版(来自-r requirements.txt/2.0/language-python/ for more
detail
我目前正在尝试安装一个需求,它告诉我,当我试图将它们注释掉时,它是找不到的。 Could not find a version that satisfies the requirementapturl==0.5.2 (from -r requirements.txt (line 2)) (from versions: )
No matching distributio
我对docker非常陌生,不知道如何搜索谷歌来回答我的问题。我使用的是windows操作系统 我已经创建了docker镜像,使用 FROM python:3
RUN apt-get update && apt-get install -y python3-pip现在我尝试重新创建它,但是在requirements.txt中使用不同的库,它无法构建,它输出的是ERROR: Could not find a version that satisfies requirement
这是我得到的错误: ->检测到Python应用程序 ->安装python-3.6.11 ->安装pip 20.0.2、setuptools 39.0.1和轮子0.34.2 ->安装SQLite3 ->使用1.4.4-py2.py3-none-any.whl (9.6 kB)
ERROR: Could not find a version that satisfies the requirement apturl==0.5.2 (from -r /tmp/build_
我正在尝试构建docker镜像,当docker构建达到tensorflow-cpu要求时,我得到以下错误: ERROR: Could not find a version that satisfiesdistribution found for tensorflow-cpu (from socialworks-nn==0.0.7->-r requirements.txt (line 16)) 这是我的Dockerfile我的应用程序必须在Python 3.6上运行。我是Docker
命令出现错误,退出状态为1: python setup.py egg_info检查日志以获取完整的命令输出。#10 3.069 ERROR: Could not find a version that satisfies the requirement mysqlclient==2.0.3 当尝试运行dockerbuild --tag python-docker时。Docker文件: # syntax=docker/dockerfile:1
FROM python:3.8-s