Jackson

Results 25 comments of Jackson

I had this problem. Just create a virtual enviroment. Type: pip3 install virtualenv Cd into the folder of the repo. Type: virtualenv venv Type:source venv/bin/activate Than install from requirements.txt. Hope...

man bruh, imagine if i just came in clutch and fixed this

go away blockchain nerd

This is because you probably are using python2, I submitted a pull request that updated it to python3, so you can check that out. Also go to the pyinject github...

Yeah, I came here to suggest this. I second this issue.

> Looks like you have two pull request that does the same ish. Is there a need for me to review both? the other one fixes warnings that don't involve...

> Yes, I don't think you need 2 pull requests for this. Could you merge them into one? how do i do that?

> Yes, I don't think you need 2 pull requests for this. Could you merge them into one? i closed the other pr, so just merge this one and i...

For now you need to use python 2 not 3, I'm making a pull request to fix these errors soon.