Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] SUMO 1.4, Linux install: UserWarning about strange version

Hi SUMO Gurus

installing the new SUMO 1.4 (or current developer version) from compiled sources I get these warnings

harald@nyc> sudo make install|&grep -3 -i warning
-- Up-to-date: /usr/local/share/sumo/tools/xml/xml2protobuf.py
-- Up-to-date: /usr/local/share/sumo/tools/xml/xsd.py
-- Up-to-date: /usr/local/share/sumo/tools/xml/xsd.pyc
/usr/lib/python2.7/dist-packages/setuptools/dist.py:483: UserWarning: The version specified ('') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  "details." % self.metadata.version
running clean
removing 'build/lib.linux-x86_64-2.7' (and everything under it)
--
removing '/usr/local/lib/python2.7/dist-packages/sumolib-0.0.0-py2.7.egg-info' (and everything under it) Copying /dosd/src/opensource/Sumo/sumo-git-co/sumo/tools/sumolib.egg-info to /usr/local/lib/python2.7/dist-packages/sumolib-0.0.0-py2.7.egg-info
running install_scripts
/usr/lib/python2.7/dist-packages/setuptools/dist.py:483: UserWarning: The version specified ('') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  "details." % self.metadata.version
running clean
removing 'build/lib.linux-x86_64-2.7' (and everything under it)
--
-- Up-to-date: /usr/local/bin/dfrouter
-- Up-to-date: /usr/local/bin/duarouter
-- Up-to-date: /usr/local/bin/jtrrouter
/usr/lib/python2.7/dist-packages/setuptools/dist.py:483: UserWarning: The version specified ('') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  "details." % self.metadata.version
running clean

Greatings, Harald




Back to the top