Invalid Version String when Bench Init

Dear all,

Today I did bench init using frappe version-12, after a while it appears that I had an error saying that Invalid release string as stated on pictures. I checked the code and yes the version in Frappe had ‘Release’ on it, not only integer. Is that causing error?

thank you!

Can you point to the specific code?

__version__ is not a semver.

as docker images are built using git repo tags, it is available for installation Docker

This error was due to a recent mistake in the official Frappe repository code. The __version__ variable was given invalid characters.

It appears this was fixed about 5 hours ago, however. Here’s a link to the GitHub fix:

https://github.com/frappe/frappe/commit/7a826b641e327d151fe062859e99fd5092a59d48#diff-0c820faa40e5ac07693b83f29d8505e63b5e46c8fa6019a5239da3b89144f531

1 Like