1

I'm using python3 in a virutalenv, but no matter which package I try to install with pip, I always get the following error:

Fatal Python error: no mem for sys.argv
ValueError: character U+6573552f is not in range [U+0000; U+10ffff]

If the package is downloaded, built and installed manually everything works fine. Any idea?

Andrea Moro
  • 676
  • 2
  • 9
  • 20
  • Yes it is a Mac OS X. – Andrea Moro Apr 17 '16 at 16:57
  • There is a known bug in the OS X producing this kind of error, see here: http://stackoverflow.com/questions/33459384/unicode-character-not-in-range-when-calling-locale-strxfrm You are probably triggering it somehow. – VPfB Apr 17 '16 at 19:50

0 Answers0