Skip to content
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

win7 use onnxruntime #5483

Closed
eekarot opened this issue Oct 14, 2020 · 9 comments
Closed

win7 use onnxruntime #5483

eekarot opened this issue Oct 14, 2020 · 9 comments
Labels
platform:windows issues related to the Windows platform

Comments

@eekarot
Copy link

eekarot commented Oct 14, 2020

We hope to run onnxruntime on win7, but the official compiled library relies on win10 functions. Locate the point in: advapi32.dll's eventsetinformation function.

@snnn
Copy link
Member

snnn commented Oct 14, 2020

I throught we fixed it. Which ORT version are you using?

Issue:
#4570

Fix:
#4636

@eekarot
Copy link
Author

eekarot commented Oct 14, 2020

I throught we fixed it. Which ORT version are you using?

Issue:
#4570

Fix:
#4636

The version I used is 1.4.0. Is this the latest version that solves this problem?

@snnn
Copy link
Member

snnn commented Oct 14, 2020

The fix is not in 1.4.0. Please try the latest one.

@eekarot
Copy link
Author

eekarot commented Oct 14, 2020

The fix is not in 1.4.0. Please try the latest one.

thank you

@kit1980 kit1980 added platform:windows issues related to the Windows platform type:support labels Oct 14, 2020
@snnn
Copy link
Member

snnn commented Oct 14, 2020

Please reopen this issue if it still exists.

@snnn snnn closed this as completed Oct 14, 2020
@eekarot
Copy link
Author

eekarot commented Oct 16, 2020

Please reopen this issue if it still exists.

I have been using it on win7. tks again

@fdwr
Copy link
Contributor

fdwr commented Jun 2, 2023

I have been using it on win7. tks again

@eekarot Was ORT 1.5.1 the version that worked for you, if you remember? (I have a project I need to work on Win7 too, and old ORT versions are fine because it's a very basic model like mobilenet, but newer ORT versions have unexpected .dll loading issues, which is a little surprising for just the CPU provider) Thanks.

@booksuper
Copy link

I use onnx runtime 1.12.1 in Windows 7 and report an error directly, does this version not support win7?

@snnn
Copy link
Member

snnn commented Jun 12, 2023

I use onnx runtime 1.12.1 in Windows 7 and report an error directly, does this version not support win7?

Please build it from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:windows issues related to the Windows platform
Projects
None yet
Development

No branches or pull requests

5 participants