<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Package Management on Oxford RSE</title><link>/tags/package-management/</link><description>Recent content in Package Management on Oxford RSE</description><generator>Hugo</generator><language>en-GB</language><copyright>Copyright (c) 2023 Oxford RSE</copyright><lastBuildDate>Mon, 20 Jul 2026 00:31:12 +0100</lastBuildDate><atom:link href="/tags/package-management/index.xml" rel="self" type="application/rss+xml"/><item><title>The conda-pypi plugin available from conda 26.5</title><link>/blog/the-conda-pypi-plugin-available-from-conda-26.5/</link><pubDate>Mon, 20 Jul 2026 00:31:12 +0100</pubDate><guid>/blog/the-conda-pypi-plugin-available-from-conda-26.5/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When I recently updated &lt;code&gt;conda&lt;/code&gt; to 26.5, I was greeted by the following
message:&lt;/p&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; Did you know? You can install many PyPI packages with conda
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; using the conda-pypi beta. Get started:
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; https://docs.conda.io/projects/conda/en/stable/new-features.html&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;A plugin &lt;code&gt;conda-pypi&lt;/code&gt; is now available in beta! The message suggests that, can
&lt;code&gt;conda install&lt;/code&gt; and &lt;code&gt;pip install&lt;/code&gt; finally work together safely? This makes me
excited as mixing &lt;code&gt;conda install&lt;/code&gt; and &lt;code&gt;pip install&lt;/code&gt; in a conda environment
usually causes confusion when the dependencies are resolved. To find out more
about it, I went to 

&lt;a class="link link--text" href="https://conda.github.io/conda-pypi/quickstart/" rel="external"&gt;the documentation of
&lt;code&gt;conda-pypi&lt;/code&gt;&lt;/a&gt; to see what it is
capable of and how it works.&lt;/p&gt;</description></item></channel></rss>