I have a Synology unit (DS211j, DSM 5.1-5022 Update 1, Python27), and I'm trying to install the package on it pandasthrough pip. Every time I start pip install pandas, I get the following error message in the console:
ImportError: No module named cygwinccompiler
I believe that this package should be installed on Windows computers, but not on Linux. Is there anything I need to install using the utility pip?
Timka source
share