Menu

#722 Python 3: can't import pip in PythonWin

v1.0 (example)
open
nobody
None
9
2016-06-03
2016-06-03
No

I have ActiveState Python 3.4.3.2 (64-bit) installed.

From the PythonWin console:

import pip
Traceback (most recent call last):
File "<interactive input="">", line 1, in <module>
File "C:\Python34\lib\site-packages\pip__init.py", line 9, in <module>
from pip.log import logger
File "C:\Python34\lib\site-packages\pip\log.py", line 8, in <module>
from pip import backwardcompat
File "C:\Python34\lib\site-packages\pip\backwardcompat__init
.py", line 27, in <module>
console_encoding = sys.stdout.encoding
AttributeError: 'NoneType' object has no attribute 'encoding'

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.