Open lucianojoublanc-da opened 3 years ago
Surprisingly the UI does appear to work fine, at least for issuance.
I suspect this may be due to missing dependencies (see README); you can see it's using python 2.7 in the log files.
This turned out to be an issue with the deps file in linux. Fixed in db0cae1b6.
Reminder to self: @brian-weir noted that the caret syntax will allow python 3.9 versions. Soln is to use the tilde to only allow 3.8.x apparently. See poetry docs.
make package
fails on a52f143I suspect this is specific to linux (Ubuntu 20.04)