Manual installation - need update documentation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
In Progress
|
Undecided
|
Unassigned |
Bug Description
https:/
OS AlmaLinux 9.5 64 bit + tested in Debian 12 64 bit
git clone https:/
cd horizon
python3 -m pip install -c https:/
Error:
Processing /root/horizon
Preparing metadata (setup.py) ... done
ERROR: Cannot install horizon 0.0.0 (from /root/horizon) because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested horizon 0.0.0 (from /root/horizon)
The user requested (constraint) horizon===25.0.0
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
ERROR: ResolutionImpos
Changed in horizon: | |
status: | New → In Progress |
If we do..
curl -O https:/ /opendev. org/openstack/ requirements/ raw/branch/ stable/ 2024.2/ upper-constrain ts.txt
remove from local file (upper- constraints. txt): ==24.0. 0;python_ version= ='3.8' ==25.0. 0;python_ version> ='3.9'
#horizon=
#horizon=
And run again: ts.txt .
python3 -m pip install -c upper-constrain
We sort this problem.