Running pipenv install inside empty dir gives:
$ pipenv install
Creating a virtualenv for this project…
Using /usr/bin/python3 (3.6.3) to create virtualenv…
â ‹Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in /home/user/.local/share/virtualenvs/temp-3Hlnl3pp/bin/python3
Also creating executable in /home/user/.local/share/virtualenvs/temp-3Hlnl3pp/bin/python
Installing setuptools, pip, wheel...done.
Virtualenv location: /home/user/.local/share/virtualenvs/temp-3Hlnl3pp
Creating a Pipfile for this project…
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
python3.6/dist-packages/pipenv/../pipenv/core.py", line 21, in <module>
    import requests
  File "/usr/local/lib/python3.6/dist-packages/pipenv/../pipenv/../requests/__init__.py", line 44, in <module>
    import chardet
ModuleNotFoundError: No module named 'chardet'
No error message
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/pipenv/resolver.py", line 75, in <module>
    main()
  File "/usr/local/lib/python3.6/dist-packages/pipenv/resolver.py", line 30, in main
    import pipenv.core
  File "/usr/local/lib/python3.6/dist-packages/pipenv/../pipenv/core.py", line 21, in <module>
    import requests
  File "/usr/local/lib/python3.6/dist-packages/pipenv/../pipenv/../requests/__init__.py", line 44, in <module>
    import chardet
ModuleNotFoundError: No module named 'chardet'
Inside new dir pipenv install
Please run $ python -m pipenv.help, and paste the results here.
$ python -m pipenv.help output
Pipenv version: '11.8.0'
Pipenv location: '/usr/local/lib/python3.6/dist-packages/pipenv'
Python location: '/usr/bin/python3'
Other Python installations in PATH:
2.7: /usr/bin/python2.72.7: /usr/bin/python2.73.6: /usr/bin/python3.6m3.6: /usr/bin/python3.6
2.7.14: /usr/bin/python
2.7.14: /usr/bin/python23.6.3: /usr/bin/python3PEP 508 Information:
{'implementation_name': 'cpython',
 'implementation_version': '3.6.3',
 'os_name': 'posix',
 'platform_machine': 'x86_64',
 'platform_python_implementation': 'CPython',
 'platform_release': '4.13.0-37-generic',
 'platform_system': 'Linux',
 'platform_version': '#42-Ubuntu SMP Wed Mar 7 14:13:23 UTC 2018',
 'python_full_version': '3.6.3',
 'python_version': '3.6',
 'sys_platform': 'linux'}
System environment variables:
COLORFGBGCOLORTERMDBUS_SESSION_BUS_ADDRESSDEFAULTS_PATHDESKTOP_SESSIONDISPLAYGDMSESSIONGDM_LANGHOMEKONSOLE_DBUS_SERVICEKONSOLE_DBUS_SESSIONKONSOLE_DBUS_WINDOWKONSOLE_PROFILE_NAMELANGLANGUAGELC_ADDRESSLC_IDENTIFICATIONLC_MEASUREMENTLC_MONETARYLC_NAMELC_NUMERICLC_PAPERLC_TELEPHONELC_TIMELOGNAMEMANDATORY_PATHPAPERSIZEPATHPROFILEHOMEPWDSHELLSHELL_SESSION_IDSHLVLSSH_AGENT_PIDSSH_AUTH_SOCKTERMUSERWINDOWIDXAUTHORITYXDG_CONFIG_DIRSXDG_CURRENT_DESKTOPXDG_DATA_DIRSXDG_GREETER_DATA_DIRXDG_RUNTIME_DIRXDG_SEATXDG_SEAT_PATHXDG_SESSION_DESKTOPXDG_SESSION_IDXDG_SESSION_PATHXDG_SESSION_TYPEXDG_VTNROLDPWDZSHPAGERLESSLC_CTYPELSCOLORSLS_COLORSVIRTUAL_ENV_DISABLE_PROMPTZSH_TMUX_TERM_ZSH_TMUX_FIXED_CONFIGEDITOR_PIP_PYTHON_PATHPYTHONUNBUFFEREDPipenv–specific environment variables:
Debug–specific environment variables:
PATH: /home/zhukovgreen/bin:/usr/local/bin:/home/zhukovgreen/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/binSHELL: /usr/bin/zshEDITOR: nvimLANG: en_US.UTF-8PWD: /home/zhukovgreen/tempContents of Pipfile ('/home/zhukovgreen/temp/Pipfile'):
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.6"
cannot reproduce
This somehow linked with the way I installed the pipenv. If I installing the pipenv with pip install --user pipenv, then no issues
I update the pipenv by pip3 install -U pipenv and solve the problem...
Before update, my pipenv version was 11.9.0, and now it is pipenv, version 2018.05.18
if you use windows7 make sure to open command prompt with administrator then run commands.
Most helpful comment
I update the pipenv by
pip3 install -U pipenvand solve the problem...Before update, my pipenv version was
11.9.0, and now it ispipenv, version 2018.05.18