pysat / pysatCDF

Python reader for NASA CDF file format
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

cannot install pysatCDF #20

Open alexanderamadhan opened 4 years ago

alexanderamadhan commented 4 years ago

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.

alexanderamadhan commented 4 years ago

C:\Users\ASUS>cd pysatCDF

C:\Users\ASUS\pysatCDF>python setup.py install Building CDF for pysatCDF. running install running bdist_egg running egg_info running build_src Cleaning CDF error: [WinError 2] The system cannot find the file specified

C:\Users\ASUS\pysatCDF>python setup.py install Building CDF for pysatCDF. running install running bdist_egg running egg_info running build_src Cleaning CDF error: [WinError 2] The system cannot find the file specified

rstoneback commented 4 years ago

Thanks for the report. I don't use windows myself but I can forward this along to someone who does.

mddepew commented 4 years ago

@alexanderamadhan can you describe your python environment? Are you using conda, cygwin etc? Do you have a functioning version of the gnu compiler including gfortran?

gregstarr commented 3 years ago

to fix this error, I: