Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Synology(DS211j,DSM 5.1-5022 Update 1,Python27)盒子,我正在尝试pandas通过pip. 每次我运行pip install pandas时,我都会在控制台中收到以下错误消息:
pandas
pip
pip install pandas
ImportError: No module named cygwinccompiler
我相信这个软件包应该安装在 Windows 机器上,而不是 Linux 上。pip在使用实用程序之前我需要安装什么吗?