Python Forum
How to install a download package in anaconda environment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install a download package in anaconda environment
#1
Hello, I am newbie for Python.

My company network seems blocking the download of selenium package (Screen capture), so I cannot install in Jupyter notebook. Now I only have installed from https://anaconda.org/conda-forge/selenium in advance (Screen capture) , but I am newbie, dont know how to install it ? Cry Could you help please?

   

   

Any ideas/links/suggestion are welcome. Thanks in advance.

Best regards,
Via
Reply
#2
(Sep-28-2022, 10:36 AM)Viachan Wrote: so I cannot install in Jupyter notebook. Now I only have installed from https://anaconda.org/conda-forge/selenium in advance (Screen capture) , but I am newbie, dont know how to install it ? Cry Could you help please?
You don't do own install in NoteBook,
if have installed conda-forge selenium then start Notebook in same environment and import selenium will work in Notebook.
Viachan likes this post
Reply
#3
Thank you very much, snippsat. After reboot PC today, I found my Anaconda.Navigator became normal. Selenium was already Installed.

I found a website late night yesterday about offline installation

https://www.geeksforgeeks.org/how-to-man...kages/amp/
........
Step 2: Download Python Package From Any Repository

Once we are done with python installation we can download any python package of our choice. Here we have downloaded pyautogui which is a python package that helps developers instruct and automate certain aspects of GUI such as gesture detection and else.

Step 3: Extract The Python Package

After we have the zip file of the python package we need to extract it in the location of our choice and search for the main package folder inside, which shares the same name as the package itself.

Step 4: Copy The Package In The Site Package Folder

Once we have found the main package folder from the extracted repository we have to place it in the reach of the python so as to facilitate its interaction. And the location where we need to place this package folder is the site packages folder which one would find in the Lib folder at the location where the python is installed. The address is given below for your convenience:

C:\Program Files\Python39\Lib\site packages
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to install caldwellpy package Samta282006 1 532 Dec-07-2023, 11:57 PM
Last Post: Larz60+
  Do I have to download and install Python if I want to compile my code online? bld 2 2,096 Jul-26-2020, 09:57 PM
Last Post: snippsat
  install taichi python package CatherineKan 4 4,154 Jul-01-2020, 04:04 AM
Last Post: buran

Forum Jump:

User Panel Messages

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