Patrick Coppock

Results 8 comments of Patrick Coppock

> The error message has one 'help' and one 'note' statement worth trying. I tried the help statement. As you stated in your second comment: > x86_64-kernel-freebsd is not in...

I got the target spec. errors to disappear. Now I have a bunch of Rust errors. I've [forked the repo](https://github.com/pcoppock1/echo.git).

I'm gonna shoot for updating all the code to use current FreeBSD release and Rust version (as an undergraduate course project). Do you remember how long it took to get...

@gaowayne, my guess is that your second issue, the out-of-space error, is due to your system (it's probably low on space). However, I'm seeing issues similar to your first one....

If I apply the below patch in order to induce _pip_ to install a version of NumPy compatible with the installed versions of both SciPy and Numba, I get the...

I'm seeing these errors both on top of tree and at tag v4.0

Updating the base image from **pytorch/pytorch:1.7.0-cuda11.0-cudnn8-devel** to **pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel** results in a later error: ``` training/rnn_speech_recognition/pytorch$ bash scripts/docker/build.sh . . . creating build/temp.linux-x86_64-3.7/src gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g...

I just now tested #586, and it allows the build to complete.