For people who were having trouble importing files...
# ieee-sscs-dc-24
c
For people who were having trouble importing files from the
primitives
module, this was an error on our end Version
0.0.9
of glayout has been released to pypi, which should have everything in order, thank you for your patience!
❤️ 1
👍 1
s
Thanks a lot for your efforts. Should we rebuild the docker image or just pip install the glayout==0.0.9 and commit the change to the docker image?
k
@Saptarshi Ghosh I simply updated glayout inside the continer using pip install glayout --upgrade and then commit the changes to the image and it seems to work for me.
❤️ 1
👍 1
s
Thank you
s
Yes...works now...
e
Is it necessary to specify glayout==0.0.9, or if I just do "pip install glayout" will it give me the latest?
c
the latter will give you the latest version by default (which is 0.0.9)
e
Interesting. Before your response, I tried "pip install glayout" and it didn't pick up 0.0.9; had to do "glayout==0.0.9" root@petrus:/home/ejf/OpenFASOC/openfasoc/generators/glayout# pip install glayout Requirement already satisfied: glayout in /usr/bin/miniconda3/lib/python3.10/site-packages (0.0.7) In any case, since your userbase is growing, you should probably add upgrade instructions to the installation guide (since you need to do the docker update like the klive install.)