Quantcast
Channel: Symbol not found: __PyCodecInfo_GetIncrementalDecoder - Stack Overflow
Viewing all articles
Browse latest Browse all 13

Answer by skeller88 for Symbol not found: __PyCodecInfo_GetIncrementalDecoder

$
0
0

Another quick workaround if you don't mind sticking with Python 2.7.10 is to specify the path of the Python interpreter executable that will be used for the virtualenv. On OSX that path is usually /usr/bin/python:

virtualenv venv --python=/usr/bin/python

Viewing all articles
Browse latest Browse all 13

Trending Articles