Josh

Results 7 comments of Josh

This pull request *should* fix that error as well as convert over to using python3, if anyone can test it and let me know if there are any issues I...

@nottheallanyourelookingfor make sure you are calling the right python. type `python --version` if that doesn't give a version that's 2.X, try `python2 --version` That being said, you may wish to...

Okay so that's what the issue is, your main python is pointed to python3, so when you run the command, try using python2: python2 $(which fsociety) I have a feeling...

I believe this script was meant to run with python 2, you are using the python3 binary which is causing the error. I'm currently looking over the code and will...

Oh I forgot to mention, to run it properly now you should be good with using python2 until I can test out the new pull request: $ python2 fsociety.py

Fix: https://github.com/Manisso/fsociety/pull/159 @[ZoZomk6](https://github.com/ZoZomk6) if you could test it and let me know if that fixes your issues, let me know if you hit any further snags

is anyone still working on this? I am trying to make the case to use pulumi on some of my projects but being able to use gitlab as a backend...