-
Notifications
You must be signed in to change notification settings - Fork 7
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
suppress_output
isn't compatible with Windows, causing install-at-import to fail
#96
Comments
@dap-biospec Sorry for the late reply. Not sure about the root cause, but I believe this should now be fixed. Could you please give it another try? (ideally in a fresh virtualenv just in case) |
Since our automated tests are currently passing for the combination of Windows and Python 3.12, I'll close this issue, but feel free to re-open if you still can't import |
@ma-sadeghi Package us is now locating Julia versions "~1.6.1, ~1.7, ~1.8, ~1.9, =1.10.0" but returns the same "OSError: [WinError 1] Incorrect function." Subsequent code returns "name 'ae' is not defined" |
@dap-biospec What Python distribution do you use? Anaconda, Pyenv, etc., or did you download it directly from Python.org? |
suppress_output
isn't compatible with Windows, causing install-at-import to fail
@dap-biospec Sorry for the frustration. I got my hands on a Windows machine this morning, and figured out the root cause. It's now fixed, please upgrade PS. The reason our Windows CI was not failing was because we were using the CLI approach to install Julia dependencies ( |
Fresh installation using:
followed by:
Same behavior with standalone or Microsoft store installation; with or without Julia pre-installed.
Recommendations?
The text was updated successfully, but these errors were encountered: