Issue 2550865
Created on 2015-02-02 11:37 by iconberg, last changed 2015-02-20 12:33 by jerrykan.
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.
|
|
Date |
User |
Action |
Args |
2015-02-20 12:33:21 | jerrykan | set | status: new -> closed resolution: invalid messages:
+ msg5221 nosy:
+ jerrykan |
2015-02-02 12:37:06 | iconberg | set | messages:
+ msg5202 |
2015-02-02 12:06:24 | ced | set | nosy:
+ ced messages:
+ msg5201 |
2015-02-02 11:37:31 | iconberg | create | |
|