Skip to content

Cannot install ddtailer #63

Answered by anapnoe
srgank67 asked this question in Q&A
Discussion options

You must be logged in to vote

you need to manually download the extension extract it in the extensions folder
then you have to edit the file ddtailer.py and replace the lines from 48 to 50

run(f'"{python}" -m pip install -U openmim==0.3.7', desc="Installing openmim", errdesc="Couldn't install openmim")
run(f'"{python}" -m mim install mmcv-full==1.7.1', desc=f"Installing mmcv-full", errdesc=f"Couldn't install mmcv-full")
run(f'"{python}" -m mim install mmdet==2.28.2', desc=f"Installing mmdet", errdesc=f"Couldn't install mmdet")

restart the ui and let it finish the installation

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anapnoe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants