Python Forum
Installing and running a python web scraping app from github to a windows 8.1 system
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing and running a python web scraping app from github to a windows 8.1 system
#13
Quote:you can still do it yourself fairly easily, with: pip install -r requirements.txt
Hi, tnx very much about this Wink
I didn't know this trick.
However the process stops itself when it's not able to find a suitable package version to install. It happens with anaconda

Error:
Could not find a version that satisfies the requirement anaconda-client==1.5.4 (from -r requirements.txt (line 2)) (from versions: 1.1.1, 1.2.2) No matching distribution found for anaconda-client==1.5.4 (from -r requirements. txt (line 2))


I was manually installing all the libs. The weird thing is that when I arrived at nb-anacondacloud on the requirement.txt list, I realized I need to install that with conda. I installed miniconda3 in order to perform the command

conda install -c conda-forge nb_anacondacloud

But I'm behind a proxy and I don't know how to pass proxy settings in conda commands. I read about a .condarc file but I didn't hover the hump.
Then I tried using another internet connection (proxy free) and finally I installed nb-conda requirements.
What puzzle me is that (I hope I remember the exact message appeared) the installing process downgraded(what means?) some of the precedent installed packages and in some case changed some package version.
All this process starts to resamble me Penelope's canvas Cry
Reply


Messages In This Thread
RE: Installing and running a python web scraping app from github to a windows 8.1 system - by eugenioca - Sep-26-2018, 07:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing Github-programs AudunNilsen 1 324 Mar-22-2024, 04:28 PM
Last Post: deanhystad
  Advice for installing python app from github ? Adi44 6 1,425 Aug-07-2023, 06:34 PM
Last Post: snippsat
  Python script running under windows over nssm.exe JaroslavZ 0 809 May-12-2023, 09:22 AM
Last Post: JaroslavZ
  Installing Qt for Python. (On Windows 10) davediamond 22 5,076 Apr-18-2022, 06:50 AM
Last Post: ndc85430
  batch file for running python scipt in Windows shell MaartenRo 2 2,060 Jan-21-2022, 02:36 PM
Last Post: MaartenRo
  Installing auto-sklearn on Windows 10 Led_Zeppelin 1 2,765 Apr-15-2021, 08:02 PM
Last Post: bowlofred
  Need help installing infoblox-client on Windows 10 dazmac10 1 2,613 Mar-07-2021, 10:57 PM
Last Post: snippsat
  How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10 Fanman001 2 4,783 Mar-04-2021, 03:09 PM
Last Post: martpogs
  Running python scripts from github etc pacmyc 7 3,870 Mar-03-2021, 10:26 PM
Last Post: pacmyc
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,918 Jan-11-2021, 06:30 PM
Last Post: ykumar34

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020