How to install PyPy in anaconda

前端 未结 4 948
面向向阳花
面向向阳花 2021-02-07 02:38

I have a Linux-64 bit machine. How do I install PyPy in my anaconda environment. I tried conda install pypy. It says there are no available packages. pip install pypy also retur

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-07 03:21

    NOTE: conda-pypy is archived, this answer outdated, and conda-forge is in the process of producing PyPy packages. You should use that instead.

    There is an alternative approach maintained by Riccardo Vianello on GitHub:

    https://github.com/rvianello/conda-pypy

    It basically involves using his conda channel instead of the default one to install necessary packages. Some basic ones are provided.

提交回复
热议问题