cliffxuan / fuxi

Automatically exported from code.google.com/p/fuxi
0 stars 0 forks source link

Can't install FuXi with easy_install #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to install FuXi with easy_install:
{{{
> easy_install FuXi
Searching for fuxi
Reading http://pypi.python.org/simple/fuxi/
Reading http://code.google.com/p/python-dlp/wiki/fuxi
Reading http://python-dlp.googlecode.com/svn/trunk/fuxi/
Reading http://code.google.com/p/fuxi/
Reading http://code.google.com/p/fuxi
Best match: FuXi 1.3.production
Downloading 
http://pypi.python.org/packages/source/F/FuXi/FuXi-1.3.production.tar.gz#md5=834
99084ed026d64c5c3e81ecac1d20c
Processing FuXi-1.3.production.tar.gz
Running FuXi-1.3.production\setup.py -q bdist_egg --dist-dir 
...\appdata\local\temp\easy_install-fi4z3q\FuXi-1.3.production\egg-dist-
tmp-m4su04
Traceback (most recent call last):
  File "d:\Py\Python26\Scripts\easy_install-2.6-script.py", line 8, in <module>
    load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.6')()
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 1712, in main
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 1700, in with_ei_usage
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 1716, in <lambda>
  File "d:\Py\Python26\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
  File "d:\Py\Python26\lib\distutils\dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "d:\Py\Python26\lib\distutils\dist.py", line 995, in run_command
    cmd_obj.run()
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 211, in run
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 446, in easy_install
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 476, in install_item
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 655, in install_eggs
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 930, in build_and_install
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\command\easy_install.py", line 919, in run_setup
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\sandbox.py", line 62, in run_setup
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\sandbox.py", line 105, in run
  File "d:\Py\Python26\lib\site-packages\setuptools-0.6c11-py2.6.egg\setuptools\sandbox.py", line 64, in <lambda>
  File "setup.py", line 1, in <module>
ImportError: No module named ez_setup
}}}

The same output I see after doing 
{{{
> wget http://peak.telecommunity.com/dist/ez_setup.py
> python ez_setup.py
> easy_install fuxi
}}}

I am using Python 2.6.6 x64 on Windows 7 x64.

I have only managed to install FuXi as described 
[http://code.google.com/p/fuxi/wiki/Installation_Testing here].

Original issue reported on code.google.com by utapy...@gmail.com on 9 Nov 2011 at 8:28

GoogleCodeExporter commented 9 years ago
Using 
> wget http://peak.telecommunity.com/dist/ez_setup.py
> python ez_setup.py
> easy_install fuxi
I also get the "ImportError: No module named ez_setup"

I was able to install FuXi by doing an easy_install ez_setup and then the 
easy_install fuxi.

Original comment by mcour...@gmail.com on 11 Jun 2013 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by chime...@gmail.com on 12 Jun 2013 at 3:51