cisco / mercury

Mercury: network metadata capture and analysis
Other
430 stars 75 forks source link

Configure shouldn't be doing installs #1

Closed hardaker closed 3 years ago

hardaker commented 4 years ago

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?

davidmcgrew commented 4 years ago

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 notifications@github.com 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 https://github.com/cisco/mercury/issues/1?email_source=notifications&email_token=AA6QWL5GP6QL373WPP7SJLTQMI5ALA5CNFSM4I36RFAKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOT6PXA, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6QWL5QIED2HZXRFHTPPA3QMI5ALANCNFSM4I36RFAA.

hardaker commented 4 years ago

Gotcha :-)