You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for publishing this and I'm very excited to get it working.
I'm using Kali linux and followed the steps but when i get to pipenv install i get following error. I tested to run "pipenv --python 3.6 install" also since it looks like its using python 2.7.
pipenv install
Pipfile.lock not found, creating...
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
env/utils.py", line 402, in resolve_deps
req_dir=req_dir
File "/usr/local/lib/python2.7/dist-packages/pipenv/utils.py", line 250, in actually_resolve_deps
req = Requirement.from_line(dep)
File "/usr/local/lib/python2.7/dist-packages/pipenv/vendor/requirementslib/models/requirements.py", line 704, in from_line
line, extras = _strip_extras(line)
TypeError: 'module' object is not callable
/usr/local/lib/python2.7/dist-packages/pipenv/_compat.py:113: ResourceWarning: Implicitly cleaning up <TemporaryDirectory '/tmp/pipenv-SezucC-requirements'>
warnings.warn(warn_message, ResourceWarning)
The text was updated successfully, but these errors were encountered:
It looks like support for multiple Python environments is being considered for pipenv (pypa/pipenv#1071). The current suggestion in that report is using virtualenv with pipenv for switching between Python 2.7, 3.6, and 3.7.
Hi, thanks for publishing this and I'm very excited to get it working.
I'm using Kali linux and followed the steps but when i get to pipenv install i get following error. I tested to run "pipenv --python 3.6 install" also since it looks like its using python 2.7.
The text was updated successfully, but these errors were encountered: