-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
In pip 20.1, I am unable to install python-kadmin. Here is my output:
(venv) [ec2-user@<redacted> ~]$ pip install python-kadmin
Collecting python-kadmin
Downloading python-kadmin-0.1.2.tar.gz (56 kB)
|████████████████████████████████| 56 kB 2.1 MB/s
ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-l_xig4fv
It is referenced in this issue on pip that installing two packages from a single setup.py file is not supported, which I would guess is the cause here seeing as there are two 'setup' objects defined in this project's setup.py:
My environment:
RHEL 8, Python 3.7.7, Pip 20.1
Metadata
Metadata
Assignees
Labels
No labels