-
Notifications
You must be signed in to change notification settings - Fork 747
Pythonnet version: 2.4.0.dev0 running: import clr, throws exception System.NotImplementedException: No support for x86 #772
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
Comments
How did you install or build pythonnet? |
I run commands from "GitHub installation from master branch"
I output with error
then I try to look at setyp.py and found that in this part Lines 311 to 321 in f8e147b
here and wthout shell (shell=false) this command when I installed .net sdk |
@vanillycpp the option |
installing without |
@vanillycpp what do you get from Currently the recognized machine mappings are: static readonly Dictionary<string, MachineType> MachineTypeMapping = new Dictionary<string, MachineType>()
{
{ "i386", MachineType.i386 },
{ "x86_64", MachineType.x86_64 },
{ "amd64", MachineType.x86_64 },
}; |
this code from cmd
|
@vanillycpp ok, we need to add https://stackoverflow.com/questions/45125516/possible-values-for-uname-m |
From this overview alone, we need to add |
I've added the names, after the PR is merged this should work fine. Odd that this didn't show up in AppVeyor... |
Fixed by #775. |
Hellow! Next code |
Environment
Details
on installation of 2.3.0 vrsion have this error
#609
I installed pythonnet 2.4.0.dev0 from current master
and try to run
and got this error
The text was updated successfully, but these errors were encountered: