Python Forum
Can't install FireDM tool - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Can't install FireDM tool (/thread-37190.html)



Can't install FireDM tool - Pavel_47 - May-10-2022

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.


RE: Can't install FireDM tool - Larz60+ - May-11-2022

What is your Operating System?
widows installation does not use pip


RE: Can't install FireDM tool - Pavel_47 - May-11-2022

(May-11-2022, 12:41 AM)Larz60+ Wrote: What is your Operating System?
widows installation does not use pip

Ubuntu 18.04


RE: Can't install FireDM tool - snippsat - May-11-2022

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.


RE: Can't install FireDM tool - Pavel_47 - May-11-2022

(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