Closed Pikamander2 closed 3 years ago
Based on some Stack Overflow answers, I ran this command instead:
pip3 install setuptools gitpython
However, that was causing the follow commands to say "Invalid requirement" and "It looks like a path. Does it exist?"
So instead, I went to this page and ran the commands it listed for Debian/Ubuntu:
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
Afterwards, I also had to add --no-cache-dir
to the end of the lobe installation command to avoid running out of memory, which is a common problem when installing Tensorflow.
Fixed with #18
@mbeissinger - Whoops, I just realized that I left the "pip3 install git" part in, which means that it'll still throw an error. I'll make another pull request for that.
When I try to run the Linux commands listed in the README.md, I get these errors:
I'm using Ubuntu 20.04.1 LTS, Python 3.8.5, and pip 20.0.2.