Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

a pyleus build error:Failed to install dependencies for this topology #178

Closed ghost closed 8 years ago

ghost commented 8 years ago

I try to use Pyleus build a topology, need to use MySQLdb module.in the system has been installed MySQLdb,I can import it in Python's interactive mode.And I has written\ 'MySQLdb' in requirements.txt. when I run 'pyleus build test/pyleus_topology.yaml' I got an error : Collecting MySQLdb (from -r /usr/rang/packege/miner/requirements.txt (line 1)) Could not find a version that satisfies the requirement MySQLdb (from -r /usr/rang/packege/miner/requirements.txt (line 1)) (from versions: ) No matching distribution found for MySQLdb (from -r /usr/rang/packege/miner/requirements.txt (line 1))**

What should I do? thanks