TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Conda now supports PyPy builds

64 点作者 bratao大约 5 年前

6 条评论

pottertheotter大约 5 年前
I&#x27;m curious, people who use conda, what&#x27;s your reason for doing so? When I started using Python I used conda because people told me I would have a really hard time managing packages if I didn&#x27;t. I used it for quite some time, but kept running into issues. For instance, new versions of packages would be released and it would be forever until they were available in conda. And it seemed every month or two conda itself would have some issue that I&#x27;d have to spend a while troubleshooting.<p>Then I discovered pyenv + virtualenv. I can&#x27;t think of a single issue over the last 18 months. I can easily run any version of Python, virtual environments are way easier to deal with, and PIP has been so much better than conda for packages.<p>Is there something else I&#x27;m missing about conda? Or was conda something that was needed and great several years ago, but not so much these days?<p>I&#x27;d also love to hear if there&#x27;s something better than pyenv + virtualenv I should look into.
评论 #22722924 未加载
评论 #22725755 未加载
评论 #22721473 未加载
评论 #22721309 未加载
评论 #22721570 未加载
评论 #22721370 未加载
评论 #22727842 未加载
评论 #22722793 未加载
评论 #22721342 未加载
评论 #22721306 未加载
评论 #22722409 未加载
评论 #22721910 未加载
评论 #22721484 未加载
dmulholl大约 5 年前
On the subject of PyPy, I&#x27;d never used it until a month or so ago but I&#x27;ve been working on reinforcement learning models for a final year computer engineering project and slow training times were a serious problem until I found I could get a 10x speed boost without changing a line of code simply by switching from the default Python interpreter to PyPy. (Average training time dropped instantly from three minutes per episode to twenty seconds.) I&#x27;m seriously impressed by the work the PyPy guys have done.
评论 #22722781 未加载
prpl大约 5 年前
Just to be pedantic:<p>This is conda forge, which is very popular but it is not conda.<p>That said, I won’t be entirely surprised if there is a fork in the next 1-3 years, with conda-forge releasing miniforge.
评论 #22720941 未加载
bratao大约 5 年前
Here is a good place to follow the effort of packages Migrations and PyPy support <a href="https:&#x2F;&#x2F;conda-forge.org&#x2F;status&#x2F;" rel="nofollow">https:&#x2F;&#x2F;conda-forge.org&#x2F;status&#x2F;</a>
pjmlp大约 5 年前
Great news! Python needs more JIT love.
vslira大约 5 年前
Good news. Pypy is criminally underrated