-
Notifications
You must be signed in to change notification settings - Fork 8
Description
i have error while installing pysat cdf. the error message is shown below :
C:\Users\ASUS\pysatCDF>pip install PysatCDF
Collecting PysatCDF
Using cached pysatCDF-0.3.0.tar.gz (1.2 MB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\asus\appdata\local\programs\python\python36\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ASUS\AppData\Local\Temp\pip-install-ih15q5dl\PysatCDF\setup.py'"'"'; file='"'"'C:\Users\ASUS\AppData\Local\Temp\pip-install-ih15q5dl\PysatCDF\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ASUS\AppData\Local\Temp\pip-install-ih15q5dl\PysatCDF\pip-egg-info'
cwd: C:\Users\ASUS\AppData\Local\Temp\pip-install-ih15q5dl\PysatCDF
Complete output (5 lines):
Building CDF for pysatCDF.
running egg_info
running build_src
Cleaning CDF
error: [WinError 2] The system cannot find the file specified
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.