oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.17k stars 101 forks source link

AttributeError: module 'os' has no attribute 'getegid' #370

Closed oroppas closed 6 months ago

oroppas commented 7 months ago

I found it when I tried to use scons:

...
  File "/home/ryuta/packages/graalvm/graalpy/lib/python3.10/site-packages/SCons/dblite.py", line 121, in __init__
    if self._os_chown is not None and 0 in (os.geteuid(), os.getegid()):
AttributeError: module 'os' has no attribute 'getegid'
scons: Configure: (cached) no