pipenv install --three
Sat Sep 9 23:02:15 2017
Traceback (most recent call last):
File "/Users/erin/.local/bin/pipenv", line 7, in
from pipenv import cli
File "/Users/erin/.local/venvs/pipenv/lib/python2.7/site-packages/pipenv/__init__.py", line 13, in
from .cli import cli
File "/Users/erin/.local/venvs/pipenv/lib/python2.7/site-packages/pipenv/cli.py", line 82, in
project = Project()
File "/Users/erin/.local/venvs/pipenv/lib/python2.7/site-packages/pipenv/project.py", line 33, in __init__
os.chdir(self.project_directory)
File "/Users/erin/.local/venvs/pipenv/lib/python2.7/site-packages/pipenv/project.py", line 49, in project_directory
return os.path.abspath(os.path.join(self.pipfile_location, os.pardir))
File "/Users/erin/.local/venvs/pipenv/bin/../lib/python2.7/posixpath.py", line 70, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
Same here on Ubuntu 16.04
Edit: Installing pipenv with pip3 solved it
fix already landed in master
deployed
Most helpful comment
deployed