我已经使用setup.py sdisy
分发了我的Python项目,并且可以在我的系统中找到我的包了:
webcluster4u@ingestion-jenkins-vm:~/google-cloud-functions$ python3 -m pip list
Package Version
------------------------ ----------
...
file-ingestion 0.2
现在,当我在下面运行命令时,出现错误:
webcluster4u@ingestion-jenkins-vm:~/google-cloud-functions$ python3 -m pip install -t /home/webcluster4u/google-cloud-functions/com/mahdi/python/functions/gcs/dependency file-ingestion
Collecting file-ingestion
Could not find a version that satisfies the requirement file-ingestion (from versions: )
No matching distribution found for file-ingestion
我不确定我缺少什么。谁能帮我吗?
每当我使用上面的命令或在requirement.txt
中使用文件输入时,我都收到上面的消息,说它无法收集软件包,这有点奇怪。