Bugzilla – Bug 1149068
pipenv fails to install any dependencies
Last modified: 2020-03-25 07:59:40 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 Build Identifier: On openSUSE Tumbleweed with all updates installed the pipenv command can successfully initialize an environment. However, any time I try to install a dependency into it, it crashes. Reproducible: Always Steps to Reproduce: $ mkdir test $ cd test $ pipenv install Creating a virtualenv for this project… Pipfile: /home/jm/test/Pipfile Using /usr/bin/python3 (3.7.3) to create virtualenv… ⠏ Creating virtual environment...Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /home/jm/.local/share/virtualenvs/test-2t7aXW0E/bin/python3 Also creating executable in /home/jm/.local/share/virtualenvs/test-2t7aXW0E/bin/python Installing setuptools, pip, wheel... done. ✔ Successfully created virtual environment! Virtualenv location: /home/jm/.local/share/virtualenvs/test-2t7aXW0E Creating a Pipfile for this project… Pipfile.lock not found, creating… Locking [dev-packages] dependencies… Locking [packages] dependencies… Updated Pipfile.lock (a65489)! Installing dependencies from Pipfile.lock (a65489)…
Created attachment 816513 [details] Shell log demonstrating the problem
pipenv was removed from the repo because it was utterly broken.