-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
float128 not supported on my Windows Anaconda #1511
Comments
This seems to be a win32 bug: winpython/winpython#613 Edit: Based on comprehending the linked issue, it's not a winpython error at all. Suggestion is to use |
I suggest we replace Kind of related: @Strilanc Should we add a Windows build on our Travis? |
Hi, Is there a solution for this problem? I am using Windows 10. can you please point me to the right install for numpy? |
We already solved this; by not using float128. What commands are you getting to run into this error? |
Hi, I am using in a function. I have np version 1.15.4 |
The snippet you posted doesn't use Cirq. |
yes, sorry... |
any support for windows 10 and python 3.8, I am getting the same error. |
@hafez-ahmad can you share the code you're using where you're running into this using Cirq? |
@balopat here it is josuemtzmo/trackeddy#9 |
@hafez-ahmad That code doesn't use Cirq. |
@c-poole I ran into this while running pytest on my Windows. Does pytest pass for you on Windows?
The text was updated successfully, but these errors were encountered: