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

Python

7614 readers
1 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 2 years ago* (last edited 2 years 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 :)

[–] InternetCitizen2@lemmy.world 3 points 2 years ago (1 children)

At one point I moved from pyenv to conda as I found it easier. May I know what draw backsyou see in conda for my curiously?

[–] dallen@programming.dev 3 points 2 years ago

In my experience:

  • No lockfile, and using the third party conda-lock is clunky
  • Painfully slow solver, although the libmamba solver came to the rescue
  • Conda-forge can lag behind pypi by weeks, depending on the package
load more comments (3 replies)