open-downloads / odl

The Open Downloads specification
33 stars 5 forks source link

Install error on Linux - file does not exist #4

Open deluka12 opened 4 years ago

deluka12 commented 4 years ago

On a clean install, following the documentation, the command "python setup.py install" returns the following error:
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts running install_scripts running build_scripts creating build/scripts-2.7 file '/home/username/wodl27/odl/odl/bin/odl.py' does not exist. Although is trivial to fix, this is still an error which requires manual fix(mv ./odl/bin/odl ./odl/bin/odl.py)