On Mon, Oct 8, 2012 at 11:20 PM, Aaron Meurer <[email protected]> wrote:
> I'm happy to announce that we finally have a release candidate for
> SymPy 0.7.2.  Go to http://code.google.com/p/sympy/downloads/list to
> see them.
>
> Please test this, and make sure that everything works.  SymPy 0.7.2
> adds support for Python 3, and we also have support for PyPy, assuming
> you are running a recent nightly.   So please test this, make sure the
> tarball includes everything it should (and nothing it shouldn't), that
> it installs, etc.  If someone could test the windows installer in
> particular, that would be great.

So there is some problem with pip:

ondrej@hawk:/tmp$ virtualenv-2.7 xx
New python executable in xx/bin/python
cInstalling setuptools............done.
Installing pip...............done.
ondrej@hawk:/tmp$ source xx/bin/activate
(xx)ondrej@hawk:/tmp$ pip install sympy
Downloading/unpacking sympy
  Downloading sympy-0.7.2.rc1.python3.tar.gz (5.3Mb): 5.3Mb downloaded
  Running setup.py egg_info for package sympy
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/tmp/xx/build/sympy/setup.py", line 36, in <module>
        import sympy
      File "sympy/__init__.py", line 27, in <module>
        raise ImportError("It appears 2to3 has been run on the codebase. Use "
    ImportError: It appears 2to3 has been run on the codebase. Use
Python 3 or get the original source code.
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/xx/build/sympy/setup.py", line 36, in <module>

    import sympy

  File "sympy/__init__.py", line 27, in <module>

    raise ImportError("It appears 2to3 has been run on the codebase. Use "

ImportError: It appears 2to3 has been run on the codebase. Use Python
3 or get the original source code.

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/xx/build/sympy
Storing complete log in /home/ondrej/.pip/pip.log





This actually is series *right* now, because it causes "pip install
sympy" to fail. I found it the hard way:

https://travis-ci.org/#!/certik/hfsolver/jobs/2730535

I quiet the logs, but I suspected sympy right a way.

Aaron, is there any way to make only the latest release version as the
default version?

Why is it picking the python3 tarball for Python 2.7?

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to