Hi, please try whether pip install -i https://test.pypi.org/simple/ eclipse-sumo works for you. The best way to do this is inside a virtual environment. Something like $ virtualenv sumo_nightly $ cd sumo_nightly $ . bin/activate $ pip install -i https://test.pypi.org/simple/ eclipse-sumo
works fine here. Best regards, Michael Am 25.09.21 um 10:09 schrieb Jakob Erdmann: > You can either download/checkout the source and build yourself: > https://sumo.dlr.de/docs/Installing/Linux_Build.html > <https://sumo.dlr.de/docs/Installing/Linux_Build.html> > Or you can add a repository from the open build service and install > 'sumo_nightly'. > See > https://build.opensuse.org/package/show/home:behrisch/sumo_nightly > <https://build.opensuse.org/package/show/home:behrisch/sumo_nightly> > https://openbuildservice.org/help/manuals/obs-user-guide/art.obs.bg.html#sec.obsbg.uc.install-from-obs > <https://openbuildservice.org/help/manuals/obs-user-guide/art.obs.bg.html#sec.obsbg.uc.install-from-obs> > > Am Sa., 25. Sept. 2021 um 08:39 Uhr schrieb Usama Shahdah > <[email protected] <mailto:[email protected]>>: > > Hi everyone, > > How to install nightly versions in Ubuntu? > > Thanks in advance. > > > _______________________________________________ > sumo-user mailing list > [email protected] <mailto:[email protected]> > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user > <https://www.eclipse.org/mailman/listinfo/sumo-user> > > > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user > _______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
