Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 651
    • Issues 651
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Issues
  • #3705

Closed
Open
Created Mar 15, 2022 by Alejandro Hernandez@alejandrohd

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
Edited Mar 15, 2022 by Alejandro Hernandez
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking