Roundup Tracker - Issues

Issue 2550865

classification
pip install fails
Type: compile error Severity: major
Components: Installation Versions: 1.5
process
Status: closed invalid
:
: : ced, iconberg, jerrykan
Priority: :

Created on 2015-02-02 11:37 by iconberg, last changed 2015-02-20 12:33 by jerrykan.

Messages
msg5200 Author: [hidden] (iconberg) Date: 2015-02-02 11:37
Installing roundup from pip fails with syntax error.
All details in the pip.log
--------------------------------------------------------------------------------------
  Running setup.py
(path:C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py)
egg_info for package roundup
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File
"C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py", line 114
        except UnicodeEncodeError, cause:
                                 ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "C:\Users\re\AppData\Local\Temp\pip_build_re\roundup\setup.py",
line 114

    except UnicodeEncodeError, cause:

                             ^

SyntaxError: invalid syntax
msg5201 Author: [hidden] (ced) Date: 2015-02-02 12:06
I think it is because you try to install roundup with Python3 for which
roundup is not yet ready.
msg5202 Author: [hidden] (iconberg) Date: 2015-02-02 12:37
Yes, i tried with 3.4
Didnt take a look at the preĀ“s carefully. Sry :)
msg5221 Author: [hidden] (jerrykan) Date: 2015-02-20 12:33
I'll close this as invalid as roundup is only targeting python2 at the
moment. Hopefully python3 support will be add in the future.
History
Date User Action Args
2015-02-20 12:33:21jerrykansetstatus: new -> closed
resolution: invalid
messages: + msg5221
nosy: + jerrykan
2015-02-02 12:37:06iconbergsetmessages: + msg5202
2015-02-02 12:06:24cedsetnosy: + ced
messages: + msg5201
2015-02-02 11:37:31iconbergcreate