
On Mon, Apr 4, 2011 at 9:15 PM, Darren Dale <dsdale24@gmail.com> wrote:
I just checkout out the 1.6 branch, attempted to install with python3:
I hope you mean the 1.6.0b1 tarball, not the current branch head? This problem is (or should have been) fixed. Just tried again with python3.2 and 1.6.0b2, installs fine. The line it fails on is only reached when a numpy/version.py exists, which is the case for source releases or if you did not clean your local git repo before building. If it is still a problem, can you check what's in version.py and give us details of OS etc.? Cheers, Ralf
RefactoringTool: Line 695: You should use a for loop here Running from numpy source directory.Traceback (most recent call last): File "setup.py", line 196, in <module> setup_package() File "setup.py", line 170, in setup_package write_version_py() File "setup.py", line 117, in write_version_py from numpy.version import git_revision as GIT_REVISION ImportError: cannot import name git_revision
Next, I built and installed with python2, with no problems. Then I attempted to install with python3 again, at which point git_revision was importable, presumably because it was provided during the python2 build.
Darren _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion