-
Notifications
You must be signed in to change notification settings - Fork 78
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
Configure shouldn't be doing installs #1
Comments
Hi Wes,
We are still working out packaging and a few other issues; we will announce the package once it’s sorted through. Thanks for reporting the issue, which I am sure you have figured out is due to your pip3/python3 configuration.
David
… On Sep 30, 2019, at 1:59 PM, Wes Hardaker ***@***.***> wrote:
If you just run ./configure as a regular user it fails because:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib64/python3.7'
Consider using the `--user` option or check the permissions.
In general, configure scripts should actually modify the system or other envornments. Maybe move that to make?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1?email_source=notifications&email_token=AA6QWL5GP6QL373WPP7SJLTQMI5ALA5CNFSM4I36RFAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOT6PXA>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA6QWL5QIED2HZXRFHTPPA3QMI5ALANCNFSM4I36RFAA>.
|
Gotcha :-) |
banderson84
pushed a commit
that referenced
this issue
Dec 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you just run
./configure
as a regular user it fails because:In general, configure scripts should actually modify the system or other envornments. Maybe move that to make?
The text was updated successfully, but these errors were encountered: