Skip to content

Error on from asm3.__version__ import BUILD at startup #1466

Discussion options

You must be logged in to vote

Seems very strange that you wouldn't have this? How did you do your install? There should be an asm3/__version__.py file included in both our source tarball and the debian package on our website.

If you have a working asm3 source tree, you can use "make version" to create the file.

The file just contains two string constants BUILD and VERSION, eg:

#!/usr/bin/env python3
VERSION = "48 [Wed 1 May 11:00:26 BST 2024]"
BUILD = "0501160026"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bobintetley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants