pythonnet icon indicating copy to clipboard operation
pythonnet copied to clipboard

Failing to initialize Path confusion and

Open bmello4688 opened this issue 4 years ago • 0 comments
trafficstars

Environment

  • Pythonnet version: 2.0.4
  • Python version: 3.6.8
  • Operating System: Windows 10
  • .NET Runtime: net5

Details

  • I was trying to run unit tests, but the python initialization kept failing. I set the environment variable and restarted visual studio, but still had the same problem. I found on the Pythonnet documentation that if you set the PythonHome property in the engine it can resolve any path problems that might be occuring. I have multiple versions of python on my system.

    TODO

  • What commands did you run to trigger this issue? If you can provide a Minimal, Complete, and Verifiable example this will help us understand the issue.

You might be able to reproduce the issue by installing another version of python and have it be in the path. I'm not really sure though. For me I had python 3.9 as my main instance, but was trying to use 3.6.8 for pythonnet.

bmello4688 avatar Jun 24 '21 08:06 bmello4688