Entering edit mode
3.0 years ago
anasjamshed
▴
140
I am trying to install pysam in windows by using pip install pysam but it is giving me error:
ERROR: Command errored out with exit status 1: 'D:\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'D:\\pip-install-fs464k98\\pysam_bfe5414bb280457c86f7bcd0dab5bbdb\\setup.py'"'"'; __file__='"'"'D:\\pip-install-fs464k98\\pysam_bfe5414bb280457c86f7bcd0dab5bbdb\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'D:\pip-record-ssp4o4mi\install-record.txt' --single-version-externally-managed --compile --install-headers 'D:\Anaconda3\Include\pysam' Check the logs for full command output.
Also, I am trying through anaconda in windows but it's giving me error:
No channels found for pysam
Can anyone help me please?