Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install . #72

Open
DWomack opened this issue May 19, 2022 · 2 comments
Open

pip3 install . #72

DWomack opened this issue May 19, 2022 · 2 comments

Comments

@DWomack
Copy link

DWomack commented May 19, 2022

Sorry, Python noob here.

On an uppdated RaspberryPi
Python 3.9.2
pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)
pip3 install .
yields
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Help

Do I need to download the project and unpack it in the home directory?

@highvolt-dev
Copy link
Owner

You need to download the project and run pip3 install . from within the directory the project is extracted into

@scheblein
Copy link

or run pip3 install -e . if you intend to use the .env file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants