-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to pip install pysam on Windows #1137
Comments
yes, I had issues like these back when v0.19.1 was released b/c wheels hadn't been uploaded for that release unfortunately, I'm now getting different installation issues with v0.20.0 because an sdist hasn't been uploaded for that release is there any chance the pysam team can upload an sdist for v0.20.0? |
Ah, will check. I managed to time the last pysam release with a pypi downtime window. |
thank you so much, @AndreasHeger ! |
Hi @AndreasHeger -- we are getting the following error on an M1 Mac
Any ideas how to fix this? |
@pnrobinson: That is #1154, which has already been fixed on the master branch. |
@jmarshall thanks -- so does this mean I need to install from a local clone of the master branch (pip install still does not work)? |
@pnrobinson: At present you would need to install from a Git repository. A new release which will contain this fix is imminent and will of course be installable via pip. |
Hi, I am having the same problem as @dino945 on Windows 10 and Python 3.7. is it possible to install pysam on Windows? Thanks |
Same problem as here on Win10 Python 3.10 with pip 23.0.1. It's very strange.
also for
|
Pysam would require some major patching to start working on Windows. There is an old PR that used to work but I haven't been able to compile any recent versions. |
Hi, I try to do "pip install pysam" in Windows 10 using python 3.7.9.

Here is the error message return:
Anyone that has clue on this error?
The text was updated successfully, but these errors were encountered: