DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

setup.py doesn't include Python dependencies #191

Closed JohannesGaessler closed 4 years ago

JohannesGaessler commented 4 years ago

Currently executing install.sh doesn't install necessary Python packages like yaml.

ammen99 commented 4 years ago

I do not think it is a good idea to do that. Python packages are best installed via the package manager if they are recent enough. Why not just list them?

JohannesGaessler commented 4 years ago

I think I phrased this issue poorly. What I meant is that after executing the install script Python dependencies should be installed. I am planning to do this by listing the dependencies in setup.py and leaving the rest to pip.