this post was submitted on 20 May 2024
29 points (91.4% liked)

Python

7357 readers
31 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dallen@programming.dev 5 points 1 year ago* (last edited 1 year ago) (5 children)

Interesting, but if I have to use Windows then I would consider Conda depending on my dependency situation.

I don’t particularly like Conda, or Windows, but what I like even less is manually finding wheels for my project. For something like GDAL, I wouldn’t even try on Windows without Conda. I think it’s also easy for a beginner to get up and running with this setup.

My preferred setup is pyenv on Linux with poetry :)

[–] nickwitha_k@lemmy.sdf.org 4 points 1 year ago (2 children)
[–] dallen@programming.dev 2 points 1 year ago (1 children)

I’ve had a particularly difficult time with CUDA/Pytorch in WSL. Also with Windows not reclaiming memory…

But don’t get me wrong, WSL has helped a lot when I’ve needed to use Windows at work.

[–] nickwitha_k@lemmy.sdf.org 1 points 1 year ago

Oh my. Yeah. I don't Windows except to test tools so, that's not surprising.

load more comments (2 replies)