You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the prompt response. I do have go installed. I can't get the stderr for subprocess.CalledProcessError in setuptools-golang to see what it is complaining about. The path it is referring to in the error (/home/user/Workspace/tools/pystarlark/build/lib.linux-x86_64-cpython-311/pystarlark/starlark.cpython-311-x86_64-linux-gnu.so) does not exist.
Not sure what to do. Thanks for pointing out the python-starlark-go
Hi @ColdHeat
I'm very interested in using Starlark for sandboxing Python.
Is there any way you can guide me to get it up and running for Python 3.11?
When I try to install it via pip:
I cloned the repo and upgraded
setuptools-golang
andcffi
versions to the latest and I still get the same error.Thank you
The text was updated successfully, but these errors were encountered: