-
Notifications
You must be signed in to change notification settings - Fork 81
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
Creating Inference proj fails #12
Comments
@balvesbb Thanks for your feedback. |
@balvesbb , our tool uses the default Python environment in Visual Studio in project generation. So if you have multiple Python distributions installed, please refer here to set up the default Python environment. I notice that you are using Anaconda, so please check if your Python distribution is found by VS 2017. You could refer here to manually add a Python configuration. |
@balvesbb , does this issue still exist? Thanks. |
Just trying to create a new AI Tools Inference project from template, File > Project > AI Tools > Inference.
Fails with message:
Module tensorflow missing
Please visit https://go.microsoft.com/fwlink/?linkid=872929 to prepare the development environment.
Tensorflow seems to be installed, see pic.
Please advise, thanks in advance!
The text was updated successfully, but these errors were encountered: