-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can not find Python 3.7 #34
Comments
@bine0josi you can always use You did not mention the TensorFlow version you installed. Latest release requires 1.15.*, and will simply ignore Python environments with TensorFlow 2.0+. We are expecting the first alpha working with 2.4 in a week or two. We use WhichPython to find environments. Its repository has a trivial console app, that you can run to see how it searches for Python installations and what it finds. |
Specifically, since you are not using Conda, I recommend using |
@bine0josi looks like your C# app starts as 32 bit. It needs to be 64 bit. You can check bitness as To get 64 bit, this setting in project properties must be off. And you must be running .NET Framework or 64 bit .NET Core |
Thank you so much, now everything works fine. |
Hey,
I am currently trying to get the whole set up done and somehow (I think I followed all the steps in the docu correctly) the installed python can not be found when I try to run the example from git (FashionMnistClassification).
I always get this exception:
LostTech.Gradient.GradientInitializationException: 'Python 3.6+ not found. Install it globally, or use GradientEngine to configure Python home to use a different environment.'
I am using Visual Studio 19 Community. First I got Python over the VS Installer, but it did not work. Now I installed it manually (but also v3.7), also I ran the pip to install tensorflow and there I got this message when trying to import it to python:
I think this message is "fine" because I installed the cpu and not the gpu version.
Then I added the NuGet package for losttech and this seems to be fine because I do not have any errors in the example code.
Am I still missing something?
Kind regards and sorry for the maybe stupid question,
Philippine
The text was updated successfully, but these errors were encountered: