Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Error with traci.py during installation

Hello,

today I want to (re)install my sumo.

I got this error:

running install_scripts
-- Installing: /usr/local/lib/libsumocpp.so
/bin/python: can't open file '.../sumo/tools/build/setup-libtraci.py': [Errno 2] No such file or directory
-- Installing: /usr/local/lib/libtracicpp.so
-- Installing: /usr/local/bin/marouter
-- Installing: /usr/local/bin/netgenerate
-- Installing: /usr/local/bin/polyconvert
-- Installing: /usr/local/bin/emissionsDrivingCycle
-- Installing: /usr/local/bin/emissionsMap
-- Installing: /usr/local/bin/netedit
harald@nyc> find ../.. -name 'setup*.py'
../../tools/build/setup-libsumo.py
../../tools/build/setup-sumo.py
../../tools/build/setup-sumolib.py
../../tools/build/setup-traci.py
../../tools/game/setup.py

It seems there is a mismatch in the name to the setup*traci.py script

I've used v1_7_0+1157-b6ccc3dc93 and linux ubuntu 20.10

Best regards, Harald



Back to the top