deepdrive / deepdrive/deepdrive

Linux Build

Open
#17 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
926
Forks
147
PR merge metrics
No merged PRs in 30d

Description

Had issues with building on Ubuntu 18.04 with Python 3 installed alongside Python 2 so commands 'python' and 'pip' instead of 'python3' and 'pip3' threw several errors. (such as numpy not installed/no module named pip)
Proposing edits to install.py:

Line 47 -> return find_executable('python3')
Line 65 -> os.system(py + ' main.py --baseline')
Line 68 -> os.system(py + ' main.py --path-follower')

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.