Open PattF opened 5 years ago
I am afraid we don't support Windows, it might accidentally work but velocyto was never tested by us on a Windows OS. However, this particular error might not be platform specific, it started to be reported recently even on macOs. It is probably related to an update in pysam and I am worried the only solution is downgrading pysam to 1.4 version but I don't have a recipee to fix this yet and I am trying to define one. Sent from my mobile - excuse the typos
Thanks for replying about the issue. Bugger, that's a pity. If all else fails, would it possibly work if I installed Ubuntu virtual system in windows and installed from there? Good luck with the fix!
Just as another comment, pysam is not tested on windows either, best option would be to use linux.
Hi velocyto team,
I'm trying to install velocyto but am running into a commonly described issue when attempting to first install pysam. Currently running python 3.6.7 on conda 4.5.11 on windows 10. I've followed the installation instructions and run all the required dependencies through conda (conda install numpy scipy cython numba matplotlib scikit-learn h5py click) but when trying to run 'pip install pysam' I run into the following error: "Collecting pysam Using cached https://files.pythonhosted.org/packages/73/59/c319f1bde3019bbce4583cecb12b9e3e52ffcfbe2c96d8b1fb131c0d4fb7/pysam-0.15.1.tar.gz Complete output from command python setup.py egg_info: '.' is not recognized as an internal or external command, operable program or batch file. '.' is not recognized as an internal or external command, operable program or batch file.
pysam: cython is available - using cythonize if necessary
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Patt\AppData\Local\Temp\pip-install-ynuifqik\pysam\"
I've attempted to update gcc, setuptools and everything else I could find related to the issue but always run into the same pysam installation issue as shown above.
Would appreciate any help with getting this up and running. Thanks!