AllenInstitute / bmtk

Brain Modeling Toolkit
https://alleninstitute.github.io/bmtk/
BSD 3-Clause "New" or "Revised" License
266 stars 86 forks source link

tutorial 5 os.geteuid nest root access error #329

Open yeraonjin06 opened 11 months ago

yeraonjin06 commented 11 months ago

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