You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried installing margaritashotgun on a stock marketplace Ubuntu Server 16.04 EC2 instance in AWS and VM in Azure, both as a regular installation and in a virtual environment.
So it might be that I was installing margaritashotgun via python3 pip instead of python2 pip.
I did it again with python2 pip via a straight install (no virtual env), and it worked with the exception of the wrong python binary being referenced on the shebang line of
$ which python
/usr/bin/python
$ which margaritashotgun
/home/ubuntu/.local/bin/margaritashotgun
$ cat /home/ubuntu/.local/bin/margaritashotgun | head -n 1
#!/usr/local/opt/python/bin/python2.7
I changed the shebang to my default system python2 binary and it worked.
I've tried installing margaritashotgun on a stock marketplace Ubuntu Server 16.04 EC2 instance in AWS and VM in Azure, both as a regular installation and in a virtual environment.
In both I get the following when executing:
The
memory-capture.log
file is empty in all occurrences of this error:Are there any other log files that might indicate what the problem is?
The text was updated successfully, but these errors were encountered: