Pandas not installable in PyPy3.9 (seems to work in PyPy3.7)
As suggested by Matti Picus in #3340, the following instructions to install Pandas with PYPY work if X=3.7. However, it does not work if X=3.9: conda complains about a lot of incompatibilities. My environment is Ubuntu 20.4 on WLS2.
As a result of this problem, I am having to backport my code from Python3.9 to 3.7 as part of experimenting if I should move from CPython to PyPy. It would be great if Pandas worked with PyPy3.9, it would save me a lot of backporting work and then I could just benefit from PyPy. Thanks
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -n pypy3 pypy<X>
conda activate pypy3
conda install pandas
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information