yk130

Results 2 issues of yk130

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](https://github.com/AllenInstitute/bmtk/assets/79955077/a8dbd922-7e46-47fa-a217-6707bc37420e)

I'm having a problem with the simulation setup code, both the python code and terminal code. Manually compiling through nrnivmodl also does not work. ![image](https://github.com/AllenInstitute/bmtk/assets/79955077/609e8e81-0f6a-414f-9a0a-0d3f966c97e4) ![image](https://github.com/AllenInstitute/bmtk/assets/79955077/830eebcf-c30f-45c5-9f74-7ab7089a7bb6)