STGraph icon indicating copy to clipboard operation
STGraph copied to clipboard

Error when building seastar

Open Leo9660 opened this issue 1 year ago • 3 comments

I'm trying to build and install STGraph with some local changes. I'm following the README.md, with the command

python3 -m build && pip uninstall stgraph -y && pip install dist/stgraph-1.0.0-py3-none-any.whl

I have run the build scripts for static and dynamic graphs. However, error occurs at the first step

/root/anaconda3/envs/seastar/bin/python3: No module named build

I wonder if there's some files missing, perhaps setup.py? I would like to know how can I build local files, in the stgraph fold. Thank you!

Leo9660 avatar Sep 02 '24 11:09 Leo9660