5

After setting up a simple virtualenv and installing a few packages, when I yolk -l I get

Python          - 2.7.5        - active development (/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload)
ipython         - 1.1.0        - active 
pip 1.5 has no metadata
readline        - 6.2.4.1      - active 
setuptools 2.1 has no metadata
wsgiref         - 0.1.2        - active development (/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7)
yolk            - 0.4.3        - active 

What does "has no metadata" mean for pip and setuptools (both, I believe, installed when the virtualenv is created)? Can I do something (e.g. with pip) to "fix" this?

4

1 回答 1

3

一些(较新的)Python 包将它们的包元数据存储在与 yolk 预期不同的文件中;yolk3k会知道如何处理它。只是

pip install --upgrade yolk3k
于 2014-06-23T13:31:34.110 回答