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
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Hi I noticed with param and panel version installed from pypi, a git cmd is used on import to retrieve the package version.
Most of the time its harmeless, but I work on a software where each time I import panel some dos cmd related to git popup.
Here is a screen shot where the .version is in the panel release
and a screen shot showing the 2 git cmd open at panel import. I suppose one for param and one for panel.
the .version contain :
{"git_describe": "v0.5.1-0-g002dd94", "version_string": "0.5.1"}I was wondering if it was possible to first check for the .version file and if not found use the git cmd?
Thx.