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

fix user install issue #44

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Conversation

arnefmeyer
Copy link
Contributor

Hi Jonny, a simple fix to get an editable autopilot installation. 'pip3 install -e .' results in "WARNING: The user site-packages directory is disabled. error: can't create or remove files in install directory". This now works with 'pip3 install --user -e .' (no sudo required).

@sneakers-the-rat sneakers-the-rat mentioned this pull request Nov 24, 2020
1 task
@sneakers-the-rat
Copy link
Contributor

thanks for this! I almost always work in venvs within pyenvs so I never see this error! After a few more stabilizing development moves I'll work on building an automated test suite, started an issue to keep track of things that need to be tested and added this to that: #45

Merging, and will include in next release (which should be today or the next few days)

for (perhaps just my) future reference, for further discussion see:

@sneakers-the-rat sneakers-the-rat merged commit 8969468 into auto-pi-lot:master Nov 24, 2020
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

Successfully merging this pull request may close these issues.

2 participants