Matt Popovich
Matt Popovich
Looks to be similar to https://github.com/pytorch/vision/issues/2470 as they both fail at the same step in the build process.
Update: I was able to successfully compile by manually changing the `CUDA_FLAGS` variable (removing the `-std=c++11`) in `vision/build/CMakeFiles/torchvision.dir/flags.make`: `flags.make` before: ``` # CMAKE generated file: DO NOT EDIT! # Generated...
@malfet ```terminal root@pc:/~# which c++ /usr/bin/c++ root@pc:/~# /usr/bin/c++ --version c++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions....
@roboes, for whatever it's worth, I just [quickly threw together some python](https://github.com/mattpopovich/ParseStravaBulkExport) that will separate your Strava activities by activity type. You can then drag the exported activity type's folder...
I can second this and can recreate it. docker info: ```console $ docker info Client: Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.10.4 Path: /usr/libexec/docker/cli-plugins/docker-buildx...
I also don't have any sound... Looking into it. Configuration * VM OS: Ubuntu 22.04.1 LTS installed via the [UTM instructions](https://mac.getutm.app/gallery/ubuntu-20-04) * UTM Version: 3.2.4 * OS Version: Monterey 12.6...
Not the owner of this repo but I have the [same ethernet adapter](https://amzn.to/4mKMX48) and [USB-A adapter](https://amzn.to/3Hp7IlG) as you. I'm using a DS1520+, so the same year as your NAS, and...
Interesting. Here's what I get whenever I try to run the resynthesizer plugin from terminal: ``` % ./resynthesizer dyld[98697]: Library not loaded: @rpath/libgimpui-2.0.0.dylib Referenced from: /Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/resynthesizer Reason: tried: '/Applications/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/../../../libgimpui-2.0.0.dylib' (mach-o...