Bug ID 1149068
Summary pipenv fails to install any dependencies
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS SUSE Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter n0-0ne+opensuse@mailbox.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

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)���


You are receiving this mail because: