google-code-export / pysal

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

Cannot install pysal for Python 3 #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install Python 3.3
2. Try and install pysal using any of pip, easy_install, or download + python 
setup.py

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

pip-3.3 install pysal --> No such file or directory: 
'/tmp/pip-build/pysal/setup.py'
easy_install-3.3 pysal --> ImportError: No module named 'py3tool'
checkout from svn + python3.3 setup.py install --> ImportError: No module named 
'shapes'

What version of the product are you using? On what operating system?
debian, pysal v1.4.0.  

Original issue reported on code.google.com by harry.pe...@gmail.com on 11 Jan 2013 at 12:10

GoogleCodeExporter commented 9 years ago
Unfortunately PySAL does not yet support Python 3.x.  See issue #151 for 
details on 3.x support.

Original comment by schmi...@gmail.com on 11 Jan 2013 at 2:23