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 ?

Could you help please?
[
attachment=2029]
[
attachment=2030]
Any ideas/links/suggestion are welcome. Thanks in advance.
Best regards,
Via
(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 ?
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.
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