managed to download some modules on pycharm it's self but pandas didn't install, so I tried to install on CMD and that replied with this:
C:\WINDOWS\system32>py -m pip install pandas Collecting pandas Using cached pandas-1.1.3.tar.gz (5.2 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1:
Any help would be appreciated.
And if the cache might be corrupted in any way, you could use the --no-cache-dir flag for pip.
See https://pip.pypa.io/en/stable/reference/pip_install/#caching for more information.