absolutelyNoWarranty

Results 6 comments of absolutelyNoWarranty

I did some digging and I believe I found the problem. In Py3 list comprehensions were changed so that their scope is just like a function scope. So for example...

According to Stack Overflow: >[Before python 3.3, you cannot use a custom dict subclass for the globals value of an exec statement.](https://stackoverflow.com/a/12185315) So passing in only one custom mapping as...

Upgrade `pip` (`pip install --upgrade pip`) or try PR #3

@shashank879 Are you using gym_pull in a virtualenv? See my pr #6

@schneblizoltan @shashank879 Try upgrading the `pip` you used to install `gym-pull` with `pip install --upgrade pip`. `gym-pull` is running a hard-coded shell command (`pip list --format legacy`) and really old...

Hi. I think it is best not to include any math symbols or LaTeX in the README. Traditionally a README is a simple _text_-based file which explains how to use...