Python Forum
pip install pandas ERROR
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install pandas ERROR
#6
(May-17-2019, 08:43 AM)snippsat Wrote: This could be network(firewall ect..) problem or access problem to PyPi problem.
python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
Try install after upgrade pip.
Install directly would be.
pip install --trusted-host=pypi.org --trusted-host=files.pythonhosted.org pandas
Proxy example for bypass firewall.
python.exe -m pip install pandas --proxy="proxy.com:8080"
After I install pandas
C:\Users\sara\AppData\Local\Programs\Python\Python38>python.exe -m pip install pandas --proxy="proxy.com:8080"
Requirement already satisfied: pandas in c:\users\sara\appdata\local\programs\python\python38\lib\site-packages (1.0.3)
Requirement already satisfied: pytz>=2017.2 in c:\users\sara\appdata\local\programs\python\python38\lib\site-packages (from pandas) (2019.3)
Requirement already satisfied: numpy>=1.13.3 in c:\users\sara\appdata\local\programs\python\python38\lib\site-packages (from pandas) (1.18.1)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\users\sara\appdata\local\programs\python\python38\lib\site-packages (from pandas) (2.8.1)
Requirement already satisfied: six>=1.5 in c:\users\sara\appdata\local\programs\python\python38\lib\site-packages (from python-dateutil>=2.6.1->pandas) (1.14.0)

but I still have the same error when run .py program
Reply


Messages In This Thread
pip install pandas ERROR - by pythondudu - May-16-2019, 11:44 PM
RE: pip install pandas ERROR - by I_Am_Groot - May-17-2019, 06:18 AM
RE: pip install pandas ERROR - by Marya_475 - May-24-2022, 06:14 AM
RE: pip install pandas ERROR - by snippsat - May-17-2019, 08:43 AM
RE: pip install pandas ERROR - by pythondudu - May-17-2019, 11:40 PM
RE: pip install pandas ERROR - by hancel - Jan-14-2020, 03:00 AM
RE: pip install pandas ERROR - by liliyana - Mar-26-2020, 09:22 AM
RE: pip install pandas ERROR - by snippsat - Mar-26-2020, 07:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  strange error from pandas dataframe djf123 1 4,166 Jul-27-2020, 05:25 AM
Last Post: scidam
  error bars with dataframe and pandas Hucky 4 4,373 Apr-27-2020, 02:02 AM
Last Post: Hucky
  How to install tensorflow? It shows as error jaroslavtavgen 1 2,023 Apr-26-2020, 10:09 PM
Last Post: Larz60+
  pandas error Scott 2 6,356 Feb-05-2020, 07:22 PM
Last Post: Scott
  Key error when using adodbapi, azure and pandas mazamus 2 4,057 Sep-11-2019, 06:54 AM
Last Post: TomKom
  pandas install error loren41 5 5,042 May-20-2019, 06:42 PM
Last Post: loren41
  utf-8 error with pandas read_csv logues 0 3,940 Oct-23-2018, 05:25 PM
Last Post: logues
  Using pandas, index error fyec 1 4,764 Aug-01-2018, 09:25 AM
Last Post: volcano63
  PIP install error alex36540 15 33,670 Dec-16-2017, 01:09 PM
Last Post: alex36540

Forum Jump:

User Panel Messages

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