小编Nat*_*han的帖子

pipenv setup命令中的错误:'install_requires'必须是包含有效项目/版本要求说明符的字符串或字符串列表

当我尝试pipinstall pipenv时,我收到以下错误:

nathan@DESKTOP-KKB4QL2:/mnt/c/Users/Nathan/Dropbox$ pip install pipenv
Downloading/unpacking pipenv
  Downloading pipenv-11.7.1.tar.gz (5.0MB): 5.0MB downloaded
  Running setup.py (path:/tmp/pip_build_nathan/pipenv/setup.py) egg_info for package pipenv
    error in pipenv setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
    Complete output from command python setup.py egg_info:
    error in pipenv setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_nathan/pipenv
Storing …
Run Code Online (Sandbox Code Playgroud)

python pip pipenv

3
推荐指数
1
解决办法
5608
查看次数

标签 统计

pip ×1

pipenv ×1

python ×1