Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Using pythonnet netfx on windows arm64#2523

Answeredbyfilmor
afaq666 asked this question inQ&A
Discussion options

Hi everyone, I am working on a small visual studio c# application that is being compiled for native arm64, it also has some python code.
I installed a python arm64 version and when I install pythonnet and initialize it using core-clr it seems to work fine but when it uses netfx I am getting an error, something like "virtualenv_path_to_clr_loader/amd64/clr_loader.dll" can't be loaded.
I check pip's installation of clrloader and I only see that there are x86 and amd64 versions of the dll, so I guess clr_loader does not support arm64.
I don't want to use .net core, so what should I do to get clr_loader working on arm64? I tried downloading the code for clr_loader and compile as arm64 but when I try to use that dll it fails with a different error that makes me think that clr_loader code is not ready for arm64.

Could you please guide me or give me ideas or suggestions on what could I do to make netfx work on arm64?

Thanks in advance for reading or posting your suggestions.

You must be logged in to vote

clr-loader relies onNXPorts (for .NET Framework) which in turn usesdnlib to create exported symbols in the assemblies.

dnlib doesn't support ARM64 as of now:0xd4d/dnlib#165

Replies: 1 comment

Comment options

clr-loader relies onNXPorts (for .NET Framework) which in turn usesdnlib to create exported symbols in the assemblies.

dnlib doesn't support ARM64 as of now:0xd4d/dnlib#165

You must be logged in to vote
0 replies
Answer selected byafaq666
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@afaq666@filmor

[8]ページ先頭

©2009-2025 Movatter.jp