没有发现一些包的发行 [英] No distributions at all found for some package

查看:73
本文介绍了没有发现一些包的发行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

安装某个包时出现错误,但其实际存在的示例django-ajax-filtered-fields == 0.5


下载/打包django-ajax-filtered-fields == 0.5(from -r
requirements.example.pip(第13行))找不到满足要求的任何下载
django-ajax-filtered-fields == 0.5(从
-r requirements.example.pip(第13行))
根本没有发现的django- ajax-filtered-fields == 0.5在/home/pd/.pip/pip.log中存储调试日志失败
(peecs)pd @ admin:〜/ proj / django / peecs $ pip install
django-ajax-filtered-fields == 0.5 --allow-unverified
django-ajax-filtered-fields == 0.5下载/解包
django-ajax-filtered-fields == 0.5找不到任何下载
满足要求django-ajax-filtered-fields == 0.5某些
外部托管文件被忽略(使用--allow-external
django-ajax-filtered-字段允许)。清理...没有分配
在django-ajax-filtered-fields中找到== 0.5在/home/pd/.pip/pip.log中存储调试日志
失败

Downloading/unpacking django-ajax-filtered-fields==0.5 (from -r requirements.example.pip (line 13)) Could not find any downloads that satisfy the requirement django-ajax-filtered-fields==0.5(from -r requirements.example.pip (line 13)) No distributions at all found for django-ajax-filtered-fields==0.5 Storing debug log for failure in /home/pd/.pip/pip.log (peecs)pd@admin:~/proj/django/peecs$ pip install django-ajax-filtered-fields==0.5 --allow-unverified django-ajax-filtered-fields==0.5 Downloading/unpacking django-ajax-filtered-fields==0.5 Could not find any downloads that satisfy the requirement django-ajax-filtered-fields==0.5 Some externally hosted files were ignored (use --allow-external django-ajax-filtered-fields to allow). Cleaning up... No distributions at all found for django-ajax-filtered-fields==0.5 Storing debug log for failure in /home/pd/.pip/pip.log


推荐答案

我得到了解决方案,尝试使用 - allow-unverified p>

I got the solution ,Try with --allow-unverified


语法: pip install packagename = version --allow-unverified packagename

某些包装容许不安全和无法验证的文件。它不会下载到系统。并且可以通过使用此方法 - allow-unverified 来解决。它将允许安装。

Some package condains insecure and unverifiable files. it will not download to the system . and it can be solved by using this method --allow-unverified. it will allow the installation.


例如: pip install django-ajax-filtered-fields == 0.5 - -allow-unverified
django-ajax-filtered-fields

Eg: pip install django-ajax-filtered-fields==0.5 --allow-unverified django-ajax-filtered-fields

这篇关于没有发现一些包的发行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆