How to install pandas in pycharm(如何在pycharm中安装 pandas )
问题描述
我正在尝试在 pycharm 中安装 pandas
包.我收到以下错误:unable to find vcvarsall.bat
(我尝试通过 cmd
安装,但也通过 project interpreter
安装).我尝试根据 安装 WSDK 这里但它不起作用.我还尝试了视频中的说明.最后我尝试了 下载 gcc 二进制文件.
I am trying to install the pandas
package in pycharm. I get the following error: unable to find vcvarsall.bat
(i tried to install via the cmd
but also via the project interpreter
). I tried to install WSDK according to here but it did not work. I also tried the instructions in the video. Lastly i tried downloading the gcc binary according.
这些都不起作用.有任何想法吗 ?我使用的是 Windows 10,我的 python 版本是 3.4.1,pip 版本是 1.5.6(适用于 64 位)
None of these worked. Any ideas ? I am using Windows 10, my python version is 3.4.1 and the pip version is 1.5.6 (for 64-bit)
推荐答案
尝试 python -m pip install --upgrade pip
后跟 pip install pandas
或 python -m pip install pandas
.
Try python -m pip install --upgrade pip
followed by pip install pandas
, or python -m pip install pandas
.
这篇关于如何在pycharm中安装 pandas 的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在pycharm中安装 pandas


- 我如何卸载 PyTorch? 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01