我从 virtualenv 的 pip 安装中得到这个错误:
? myproject git:(master) ? pyenv/bin/pip --help
Failed checking if argv[0] is an import path entry
ValueError: character U+6e657970 is not in range [U+0000; U+10ffff]
Fatal Python error: no mem for sys.argv
ValueError: character U+6e657970 is not in range [U+0000; U+10ffff]
Current thread 0x00007fff767c5000 (most recent call first):
[1] 10941 abort pyenv/bin/pip --help
Run Code Online (Sandbox Code Playgroud)
虚拟环境的python 工作,系统python 和pip 工作(所有python3)。
python ×1