Matthew Rahtz

Results 26 comments of Matthew Rahtz

Hey, I don't think I'll have time to debug this at the moment, but if you're willing to look into this yourself I'd be very happy to accept a pull...

@ForrestTrepte Do you definitely have TensorFlow 1 installed, rather than TensorFlow 2?

@ForrestTrepte Oh snap, I'd forgotten about the TensorFlow instructions in the README! I've fixed this now, thanks! And indeed, pipenv should install the specific package versions from pipfile.lock when you...

I've added this to the README. Thanks!

(Just wanted to say a huge THANK YOU for this Jake - it's something that a lot of us at DeepMind have been wanting for a long time!)

Oops, good catch - I think I must have accidentally committed my debug changes, because I found some other things that needed removing. Have fixed them and confirmed that CI...

Thank you for taking care of this, Serhiy!

An example of this error even within one project is ```bash git clone https://github.com/hill-a/stable-baselines cd stable-baselines git checkout 3840ddf752143f7fc1a54bf3debc125855df4ca2 patch -p0 -i patch.diff pytype -o /tmp/out pytype -P /tmp/out ```...

I might well have been doing something silly here. I was trying to run pytype in type-check mode, using previously-generated stubs. Looking through `pytype --help`, I wasn't sure what `-P`...