Closed doomguy closed 7 years ago
Seems like it was related to python2. Here is a small recipe to get GoReport running on kali with python3:
apt install virtualenv virtualenv -p /usr/bin/python3 py3env source py3env/bin/activate pip install -r requirements.txt python3 GoReport.py --id 3 --format word
Hey there,
I'm glad to hear you figured it out. Thanks for updating the issue. You are right -- GoReport is written entirely in Python 3, so it is needed to run GoReport.
Let me know if there are any other issues.
Hi there,
seems like there is a bug with encoding somewhere. All I get is the error below. From what I know, there are no unicode characters in the source.
Any ideas on how to solve this?
Thanks!