Package dependency issue

Bug #1915907 reported by Andre
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance Client
Won't Fix
Undecided
Unassigned

Bug Description

pip install python-glanceclient

The conflict is caused by:
    The user requested prettytable
    python-glanceclient 3.2.2 depends on PrettyTable<0.8 and >=0.7.1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

Seems prettytable package has been updated recently and dependency constraint isn't available anymore.

https://pypi.org/project/prettytable/#history

Revision history for this message
Cyril Roelandt (cyril-roelandt) wrote :

Hello,

I was able to run the following commands successfully:

$ python3 -m venv v
$ source v/bin/activate
$ pip install python-glanceclient

PrettyTable 0.7.2 was installed:

$ pip list | grep -i pretty
prettytable 0.7.2

Can you confirm this bug is no longer relevant and be closed, or do you still hit this issue?

Revision history for this message
Abhishek Kekane (abhishek-kekane) wrote :

Marking it as won't fix, please feel to reopen.

Changed in python-glanceclient:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.