Thomas HEZARD
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Thomas HEZARD created a post, How to properly run PyCharm in amd64 container on Apple Silicon host?
HelloI am developing Python products, and I work from an Apple Silicon macBook Pro. As my products are multiplatform (arm64 macOS and amd64 Linux), I have to build, test, and dev on amd64 Linux env... -
-
Thomas HEZARD created a post, AnsweredProblem with dylib import on macos
Hello,I've been struggling for a while with `torchaudio` failing to import `sox` and `ffmpeg` dylibs when running my script in PyCharm.The issue is described here and there.To summarize, after inst... -
Thomas HEZARD created a post, Completed`torchaudio` fails to find sox backend even though sox is in PATH
I changed my M1 Pro macBook Pro for a brand new macbook M4 Pro yesterday.I reinstalled everything, and everything is working except one annoying thing on my Python projects in PyCharm. I can't fing...