Results 4 comments of Ed Cashin

I also have a `Rocket.toml` based on the TLS example in Rocket, with certs I generated with the script there, but I don't think that's affecting the compile stage.

> I'd try removing 'git = "https://github.com/SergioBenitez/Rocket.git",' from your dependency line. Yes, thanks, I did try that, but without that you cannot use the crates that make TLS work: ```...

> Removing git and upgrading to rc2 fixed a similar issue for me with a similar issue relating to "FromRequest" traits. +1 Thanks for the info. I will try to...

Yes, I can try to submit a PR after work. I'll do the minimal change and ignore the torchvision warnings if that works. ``` .../venv/lib/python3.9/site-packages/torchvision/datasets/mnist.py:80: UserWarning: test_data has been renamed...