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

No pypi entry; easy_install textfsm fails #1

Closed
GoogleCodeExporter opened this issue Jun 23, 2015 · 1 comment
Closed

No pypi entry; easy_install textfsm fails #1

GoogleCodeExporter opened this issue Jun 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Ensure you have the setuptools module installed
2.  On linux (either with sudo, or as root) type the following (remove 
quotes)... 'easy_install -U textfsm'
3.

Q: What is the expected output? What do you see instead?

A: Expected output should look something like this...

[mpenning@Bucksnort ~]$ sudo easy_install -U textfsm
Searching for textfsm
Reading http://pypi.python.org/simple/textfsm/
Reading http://code.google.com/p/textfsm/
Best match: textfsm 0.1.0
Downloading http://textfsm.googlecode.com/files/textfsm-0.1.0.tar.gz
Processing textfsm-0.1.0.tar.gz
Running textfsm-0.1.0/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-tfrQ7o/textfsm-0.1.0/egg-dist-tmp-cYw9dH
zip_safe flag not set; analyzing archive contents...
Adding textfsm 0.1.0 to easy-install.pth file

Installed /usr/lib/python2.5/site-packages/textfsm-0.1.0-2.5.egg
Processing dependencies for textfsm
Finished processing dependencies for textfsm
[mpenning@Bucksnort ~]$

However, the install will fail, because easy_install does not know where to 
find the tarball for the installer

Q: What version of the product are you using? On what operating system?

A: I hope to use 0.1.0 on linux... proceeding with a manual installation next.

Q: Please provide any additional information below.
A: Feel free to contact me via gmail if you would like more information.  User: 
penningtonthing

Original issue reported on code.google.com by penningt...@gmail.com on 21 Mar 2011 at 10:40

@GoogleCodeExporter
Copy link
Author

I've added it to pypi and it should work OK now.

Original comment by ha...@google.com on 26 May 2011 at 5:09

  • Changed state: Fixed

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