-
Notifications
You must be signed in to change notification settings - Fork 101
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
PINT does not run on Windows. #1791
Comments
Hi, @matteobachetti . We have done very little testing with windows, and I don't know if there are other things that will fail. The use of We can easily code in a skip of this entirely, but I'm not sure where the failures are. Are there with |
Thanks @dlakaplan! I used |
OK, let us know if windows seems workable. We don't have any CI testing on windows and I don't know what other issues might come up. Questions with how windows handles extended precision have come up before (e.g., #1389) but I don't really know all of the implications. |
I’m having a problem running CI tests on a Windows architecture in a code that uses PINT under the hood, because:
getpass.getuser()
getpass
requires thepwd
module, which does not exist on Windows.But it would seem that this
getuser
operation could be easily made optional (or hardcoded differently in Windows), or maybe you know some tricks to make this work.It would be good to have at least some basic functionality work on Windows.
The text was updated successfully, but these errors were encountered: