Python Forum

Full Version: Can't install FireDM tool
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Cannot install FireDM tool (downloading videos).
I used pip install FireDM as suggested here:
FireDM 2022.4.14
but installation encountered multiple issue with pycurl (please have a look at install log in attachment).
Any suggestions ?
Thanks in advance.
What is your Operating System?
widows installation does not use pip
(May-11-2022, 12:41 AM)Larz60+ Wrote: [ -> ]What is your Operating System?
widows installation does not use pip

Ubuntu 18.04
Follow the Doc,now i guess you have just used pip install FireDM
FireDM Wrote:Manually installing FireDM with pip (Linux):
most follow all that descried there .....
There use see pip like this.
python3 -m pip install firedm --user --upgrade --no-cache
Be your error message it use a cached version of pycurl.
Or use virtual environment.
(May-11-2022, 07:47 AM)snippsat Wrote: [ -> ]Follow the Doc,now i guess you have just used pip install FireDM
FireDM Wrote:Manually installing FireDM with pip (Linux):
most follow all that descried there .....
There use see pip like this.
python3 -m pip install firedm --user --upgrade --no-cache
Be your error message it use a cached version of pycurl.
Or use virtual environment.
Thanks.
I've just tried with --no-cache.
Doesn't work. Here is .log