Opened 16 years ago
Closed 16 years ago
#285 closed defect (invalid)
Installation on machine without internet produces error
Reported by: | kitgerrits@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5.1 |
Keywords: | installation easy_install | Cc: |
Description
I am setting up Trac on a machine without Internet and the Genshi installer tries to parse information from the Internet. I would assume the package to contain a list of its own dependencies.
sudo easy_install Genshi-0.5.1-py2.4-linux-i686.egg
Processing Genshi-0.5.1-py2.4-linux-i686.egg
Copying Genshi-0.5.1-py2.4-linux-i686.egg to /usr/lib/python2.4/site-packages
Adding Genshi 0.5.1 to easy-install.pth file
Installed /usr/lib/python2.4/site-packages/Genshi-0.5.1-py2.4-linux-i686.egg
Processing dependencies for Genshi==0.5.1
Searching for Genshi==0.5.1
Reading http://cheeseshop.python.org/pypi/Genshi/
error: Download error: (-2, 'Name or service not known')
Release: Red Hat Enterprise Linux Server release 5.2 (Tikanga) Uname: Linux trprdc01 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Change History (3)
comment:1 Changed 16 years ago by kitgerrits@…
comment:2 Changed 16 years ago by felix.schwarz@…
This is the normal easy install behavior. I think there are some switches for easy install but nothing Genshi can do about this. So probably this ticket should be closed as invalid...
comment:3 Changed 16 years ago by cmlenz
- Milestone 0.5.2 deleted
- Resolution set to invalid
- Status changed from new to closed
I think you need the --no-deps option for easy_install. And yeah, this is not an issue with Genshi itself, in my opinion.
Something tells me this is more related to easy_install than to Genshi itself. Apparently, this also happens with Trac:
Installed /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg
Processing dependencies for Trac==0.11.2.1
Searching for Genshi>=0.5
Reading http://cheeseshop.python.org/pypi/Genshi/
error: Download error: (-2, 'Name or service not known')