简体   繁体   English

pip冻结> requirements.pip在github安装的软件包上丢失了一些信息

[英]pip freeze > requirements.pip loses some info on github installed packages

I installed one of the fork I made using 我安装了使用的叉子之一

-e git://github.com/pcompassion/django.js.git@bd0f7b56d8ab2ae77795797fd10812d0b76883dc#egg=django.js-fork

then I create a requirements.pip using pip freeze > requirements.pip 然后我使用pip freeze > requirements.pip创建一个pip freeze > requirements.pip

it shows 表明

django.js==0.8.2.dev0

and it is not usable to use this in production. 并且不能在生产中使用它。

Why is this happening and how can I prevent it? 为什么会发生这种情况,我该如何预防呢?

This was a bug of pip 这是点子的错误

https://github.com/pypa/pip/pull/3258

it's now fixed 现在是固定的

I wonder why people downvoted the question... 我想知道为什么人们不赞成这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM