Skip to content

Issue with setting up pythonnet in kaggle #2561

Closed Answered by TonyCongqianWang
TonyCongqianWang asked this question in Q&A
Discussion options

You must be logged in to vote

I managed to solve the issue!

First: I used dotnet publish instead of dotnet build since that is the recommended way of creating binary files to be used in other programs.

Second and more importantly: I added <Platforms>x64</Platforms> to my csproj file. AnyCpu does not work well with PythonNet!

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@TonyCongqianWang
Comment options

@TonyCongqianWang
Comment options

@filmor
Comment options

@TonyCongqianWang
Comment options

@TonyCongqianWang
Comment options

Comment options

You must be logged in to vote
1 reply
@TonyCongqianWang
Comment options

Answer selected by TonyCongqianWang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants