- Notifications
You must be signed in to change notification settings - Fork748
-
When i call pythonnet.load()pythonnet.get_runtime_info() The Output is:
Why is the Version undefined. My Requirements are When i load this {"runtimeOptions": {"tfm":"net4.8","frameworks": [ {"name":"Microsoft.NETCore.App","version":"4.8" } ] } } importloggingimportosimportpythonnetROOT=os.path.abspath(os.path.dirname(__file__))logger=logging.getLogger(__name__)definitialize():pythonnet.load("netfx",config_file=os.path.join(ROOT,"runtimeconfig.json"), )logger.info("------------>: %s",pythonnet.get_runtime_info()) Output
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
Converted from issue
This discussion was converted from issue #2564 on March 18, 2025 15:29.