How do I properly set up python for Keras.NET? #244
Unanswered
CodeRabbit957
asked this question in
Q&A
Replies: 1 comment
-
I think downloading and installing python3.8 is the most direct solution. You need to add python 3.8 to your PATH. You can find related tutorials from the Internet. At the same time, you need to ensure that python38 instead of python38/Scripts is at the top |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to create my model, it says: "Unable to load DLL 'python3.8m' or one of its dependencies: The specified module could not be found.".
I'm not sure what to do here - if I need to get the program to check that python is installed and install it if not, then how do I do that? Example code would be helpful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions