You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I just install pythonnet via nuget on a .Net project. To test it, I included the example code that appears on the readme.md of pythonnet in the c# project but when the next line is executed dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype: np.int32);
the following exception occurred:
Python.Runtime.PythonException: 'TypeError : int() argument must be a string, a bytes-like object or a number, not '0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Any idea of the issue? The prior lines were executed correctly.
I tried to install Pythonnet from Master as suggested in #554 but an error happend at the first command. python setup.py bdist_wheel --xplat
I attach the output, I have translated some lines that were in spanish so probably you can find a lot of spelling errors. output_setup.txt
The text was updated successfully, but these errors were encountered:
@adrian22495 next time please post new comments instead of editing the original comments, because no one will receive notification for edits. Did you try the other installation option with pip+git?
closing this issue due to inactivity, feel free to download compiled wheels from appveyor builds. your build error is not clear, but it could be due to non-English locale issues with DLLExport (Unmanaged Exports).
Environment
Details
Hi!
I just install pythonnet via nuget on a .Net project. To test it, I included the example code that appears on the readme.md of pythonnet in the c# project but when the next line is executed
dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype: np.int32);
the following exception occurred:
Any idea of the issue? The prior lines were executed correctly.
I tried to install Pythonnet from Master as suggested in #554 but an error happend at the first command.
python setup.py bdist_wheel --xplat
I attach the output, I have translated some lines that were in spanish so probably you can find a lot of spelling errors.
output_setup.txt
The text was updated successfully, but these errors were encountered: