Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial 5 os.geteuid nest root access error #329

Open
yeraonjin06 opened this issue Sep 23, 2023 · 0 comments
Open

tutorial 5 os.geteuid nest root access error #329

yeraonjin06 opened this issue Sep 23, 2023 · 0 comments

Comments

@yeraonjin06
Copy link

following code in tutorial 5 returns AttributeError: module 'os' has no attribute 'geteuid'
from bmtk.simulator import pointnet

configure = pointnet.Config.from_json('sim_ch05/config.json')
configure.build_env()
network = pointnet.PointNetwork.from_config(configure)
sim = pointnet.PointSimulator.from_config(configure, network)
sim.run()

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant