pombreda / pysal

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

pip doesn't find setup.py #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pip install pysal
2.
3.

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

Success.  

➜  ~  pip install pysal     
Downloading/unpacking pysal
  Downloading pysal-1.4.0.tar.gz (299Kb): 299Kb downloaded
  Running setup.py egg_info for package pysal
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/stephens/build/pysal/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: 
'/Users/stephens/build/pysal/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in 
/Users/stephens/build/pysal
Storing complete log in /Users/stephens/.pip/pip.log
➜  ~  

Original issue reported on code.google.com by phil.stp...@gmail.com on 1 Aug 2012 at 12:10

GoogleCodeExporter commented 9 years ago
SImilar error encountered with easy_install for 1.4

Original comment by sjsrey on 28 Sep 2012 at 8:11

GoogleCodeExporter commented 9 years ago
More details. Trying to install in a virtual env under ubuntu 12.04. Here is 
the message:

(pysal_1_4)serge@ubuntu-VirtualBox:~/virtualenvs/pysal_1_4$ pip install pysal
Downloading/unpacking pysal
  Downloading pysal-1.4.0.tar.gz (299kB): 299kB downloaded
  Running setup.py egg_info for package pysal
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/home/serge/virtualenvs/pysal_1_4/build/pysal/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

IOError: [Errno 2] No such file or directory: 
'/home/serge/virtualenvs/pysal_1_4/build/pysal/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in 
/home/serge/virtualenvs/pysal_1_4/build/pysal
Storing complete log in /home/serge/.pip/pip.log

Original comment by sjsrey on 3 Oct 2012 at 8:19

GoogleCodeExporter commented 9 years ago
Following up from comment 2. easy install works fine on the same virtual env.

Original comment by sjsrey on 3 Oct 2012 at 8:20

GoogleCodeExporter commented 9 years ago
Running into the same issue.

(test)rburhum@peru.local ~ $ pip freeze
Django==1.4
GDAL==1.9.1
PIL==1.1.7
PyOpenGL==3.0.2
PyOpenGL-accelerate==3.0.2
PyYAML==3.10
SimpleCV==1.2
TileStache==1.42.1
boto==2.5.2
ipython==0.13
mrjob==0.3.4.1
numpy==1.6.2
psycopg2==2.4.5
rpy2==2.3.0alpha1
scipy==0.11.0
selenium==2.25.0
simplejson==2.6.1
wsgiref==0.1.2

(test)rburhum@peru.local ~ $ pip install pysal
Downloading/unpacking pysal
  Downloading pysal-1.4.0.tar.gz (299Kb): 299Kb downloaded
  Running setup.py egg_info for package pysal
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/Users/rburhum/.virtualenvs/test/build/pysal/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: 
'/Users/rburhum/.virtualenvs/test/build/pysal/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in 
/Users/rburhum/.virtualenvs/test/build/pysal
Storing complete log in /Users/rburhum/.pip/pip.log

OS: OSX 10.8.2

Original comment by r...@burhum.com on 6 Nov 2012 at 7:50

GoogleCodeExporter commented 9 years ago
we're seeing this issue under python 3.3...

manually attempting to install produces a different error -- "no module named 
shapes"

Original comment by harry.pe...@gmail.com on 11 Jan 2013 at 12:01

GoogleCodeExporter commented 9 years ago
please give it another try with python <3 as we moved the download to PyPi 
yesterday.

Original comment by phil.stp...@gmail.com on 25 Jan 2013 at 8:33

GoogleCodeExporter commented 9 years ago
Works for me know. Thank you!

Original comment by r...@burhum.com on 25 Jan 2013 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by phil.stp...@gmail.com on 25 Jan 2013 at 9:11