i'm trying to run this code
pip install pandas
from my company laptop, but i think to have a firewall block. getting this error:
Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas
I can't modify the firewall settings (in order to fix my problem) and i'm guessing if there is alternative way to download & install all libraries into python3. Could i dowload the library and then paste it into a folder? PS. i'm using pycharm
Thank you