You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
I have used the turtle minimal example json file in order to test menuinst, on my Windows 10 computer, using the latest menuinst version available from conda-forge (2.1.1) and I ended up with a new Python N.A menu, which did not seem completely right
the turtle example file uses: "menu_name": "Python {{ PY_VER }}",
the general placeholders documentation says that PY_VER should be Python major.minor version in PREFIX, so probably something else than N.A
Some quick digging showed me that placeholders is defined in ./platforms/base.py
Checklist
What happened?
I have used the turtle minimal example json file in order to test menuinst, on my Windows 10 computer, using the latest menuinst version available from conda-forge (
2.1.1
) and I ended up with a newPython N.A
menu, which did not seem completely right"menu_name": "Python {{ PY_VER }}",
PY_VER
should bePython major.minor version in PREFIX
, so probably something else thanN.A
Some quick digging showed me that
placeholders
is defined in./platforms/base.py
But the default value of
PY_VER
is probably never updated (correctly). At least not in the part of./platforms/win.py that I have checked
It's quite possible I have not checked the right places, but this looks like a possible explanation
Conda Info
Conda Config
Conda list
Additional Context
I have no idea if other variables or platforms have problems
The text was updated successfully, but these errors were encountered: