Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/362.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/oop/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 错误:找不到满足pandas要求的版本(来自版本:),找不到pandas的匹配分发_Python_Pandas_Pycharm - Fatal编程技术网

Python 错误:找不到满足pandas要求的版本(来自版本:),找不到pandas的匹配分发

Python 错误:找不到满足pandas要求的版本(来自版本:),找不到pandas的匹配分发,python,pandas,pycharm,Python,Pandas,Pycharm,我是PyCharm的新手,想在我的项目中安装pandas。 因此,我在PyCharm的终端中使用了以下命令(一个接一个,因为第一个命令不起作用) >pip install pandas >python -m pip install pandas 他们两个我都犯了同样的错误 错误: 现在如何安装熊猫?请帮忙 操作系统:Windows 10 Python版本:Python 3.7.6 pip版本:pip 19.0.3因此,我的系统安装了Anaconda,在创建项目时,我忘了将“基本解释

我是PyCharm的新手,想在我的项目中安装pandas。 因此,我在PyCharm的终端中使用了以下命令(一个接一个,因为第一个命令不起作用)

>pip install pandas
>python -m pip install pandas
他们两个我都犯了同样的错误

错误:

现在如何安装熊猫?请帮忙

操作系统:Windows 10
Python版本:Python 3.7.6

pip版本:pip 19.0.3因此,我的系统安装了Anaconda,在创建项目时,我忘了将“基本解释器”从Conda更改为普通python.exe,这就是为什么我在使用Anaconda的pip时无法在其中安装任何东西的原因

因此,我的系统安装了Anaconda,在创建项目时,我忘了将“基本解释器”从Conda更改为普通的python.exe,这就是为什么我无法在其中安装任何东西,因为我使用的是Anaconda的pip

为什么不在项目中使用Conda?为什么不在项目中使用Conda?
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting pandas
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not a
vailable.")': /simple/pandas/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not a
vailable.")': /simple/pandas/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not a
vailable.")': /simple/pandas/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not a
vailable.")': /simple/pandas/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not a
vailable.")': /simple/pandas/
  Could not fetch URL https://pypi.org/simple/pandas/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded w
ith url: /simple/pandas/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
  Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with u
rl: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping