Hi everyone, I am having trouble installing Marvin on Ubuntu 14.04 from master.
It’s complaining that it’s having trouble with mysql-connector-python. mtutkowski@mike-ubuntu:~/cloudstack/cloudstack$ sudo pip install --upgrade tools/marvin/dist/Marvin-*.tar.gz Unpacking ./tools/marvin/dist/Marvin-4.11.0.0-SNAPSHOT.tar.gz Running setup.py (path:/tmp/pip-5URDXT-build/setup.py) egg_info for package from file:///home/mtutkowski/cloudstack/cloudstack/tools/marvin/dist/Marvin-4.11.0.0-SNAPSHOT.tar.gz /usr/local/lib/python2.7/dist-packages/setuptools/dist.py:340: UserWarning: The version specified ('4.11.0.0-SNAPSHOT') 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 warning: no files found matching '*.txt' under directory 'docs' Could not find any downloads that satisfy the requirement mysql-connector-python>=1.1.6 in /usr/lib/python2.7/dist-packages (from Marvin==4.11.0.0-SNAPSHOT) Downloading/unpacking mysql-connector-python>=1.1.6 (from Marvin==4.11.0.0-SNAPSHOT) Cleaning up... No distributions at all found for mysql-connector-python>=1.1.6 in /usr/lib/python2.7/dist-packages (from Marvin==4.11.0.0-SNAPSHOT) Storing debug log for failure in /home/mtutkowski/.pip/pip.log But it seems to be installed: python-mysql.connector/trusty,now 1.1.6-1 all [installed] Thoughts? Thanks! Mike