mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #532] pip3 install version conflict for importlib-metadata #314
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smallpize on GitHub (Aug 25, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/532
When I downloaded the latest version for installation, run "pip3 install -r conf/requirements.txt -q" , pip installation prompted a version conflict for importlib-metadata.
log:
ERROR: Cannot install -r conf/requirements.txt (line 22) and -r conf/requirements.txt (line 3) because these package versions have conflicting dependencies.
The conflict is caused by:
django-icons 22.1 depends on importlib-metadata<3; python_version < "3.8"
markdown 3.4.1 depends on importlib-metadata>=4.4; python_version < "3.10"
@catborise commented on GitHub (Aug 25, 2022):
which OS are you using for webvirtcloud?
@smallpize commented on GitHub (Aug 25, 2022):
Kylin V10 SP2 (like openEuler-20.03-LTS-SP1)
Python 3.7.9
but,execute alone ,can install and run has no effect
@catborise commented on GitHub (Aug 25, 2022):
yes it should be work without issue. But i open an issue for django-icons to update importlib-metadata requirements. i hope it will be fixed soon.
i tested on ubuntu before merge, it works as expected, it think, because ubuntu 20 provides python 3.10.
@choricc commented on GitHub (Oct 6, 2022):
hello i met the same conflict .but i have slove it .
my OS is Aonlis 8.6
python is 3.6
i change the conf/requirments.txt
@smallpize commented on GitHub (Oct 8, 2022):
I delete the line for "markdown==3.3.1", run: