Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings when installing psutil with easy_install #80

Closed
giampaolo opened this issue May 23, 2014 · 4 comments
Closed

Warnings when installing psutil with easy_install #80

giampaolo opened this issue May 23, 2014 · 4 comments

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on March 10, 2010 10:57:22

What steps will reproduce the problem?  
root@vm-ihcp:/opt/zope# easy_install psutil
Searching for psutil
Reading http://pypi.python.org/simple/psutil/ Reading https://code.google.com/p/psutil/ Best match: psutil 0.1.3
Downloading http://psutil.googlecode.com/files/psutil-0.1.3.tar.gz Processing psutil-0.1.3.tar.gz
Running psutil-0.1.3/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-lIUCRu/psutil-0.1.3/egg-dist-tmp-MJcr3i
warning: no files found matching 'MANIFEST'
warning: no previously-included files matching '*.pyc' found anywhere in
distribution
warning: no previously-included files matching '*.pyo' found anywhere in
distribution
warning: no previously-included files matching '*.exe' found anywhere in
distribution
zip_safe flag not set; analyzing archive contents...
Adding psutil 0.1.3 to easy-install.pth file

Installed /usr/lib/python2.5/site-packages/psutil-0.1.3-py2.5.egg
Processing dependencies for psutil
Finished processing dependencies for psutil

Original issue: http://code.google.com/p/psutil/issues/detail?id=80

@giampaolo
Copy link
Owner Author

From g.rodola on June 19, 2010 11:10:53

I realize now that such warnings are perfectly legitimate because of the "global-exclude *.pyc *.pyo *.exe" directive in MANIFEST.in.
Closing out as Invalid.

Status: Invalid
Labels: -Milestone-0.1.4

@giampaolo
Copy link
Owner Author

From g.rodola on November 12, 2010 17:31:33

Removing of global-exclude directive in MANIFEST.in and using a finer inclusion logic fixed all warnings ( r813 ).

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on November 12, 2010 17:31:49

Labels: Milestone-0.2.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:52:13

Updated csets after the SVN -> Mercurial migration: r813 == revision 52e842f78eeb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant