M
M
michadimin2021-01-02 03:36:16
PyCharm
michadimin, 2021-01-02 03:36:16

How to use PyPy as an interpreter in PyCharm and install libraries into it?

This is about FULL use.

In particular, I need the PyGame library (it supports it, as the description says).

My problem is that I can add PyPy to PyCharm as an interpreter, but I can't install ANY packages into it via pip or any other way!

Does anyone have experience with similar dances with tambourines? Can you help?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
michadimin, 2022-01-05
@michadimin

In general, it was easier to roll Linux and do everything from the terminal. I didn’t even resort to guides when I installed everything there!
1. Installed Ubuntu
2. Updated glibc and other important components
3. Registered in the terminal: sudo apt install pypy3
4. Downloaded the script to install pip
5. Launched this crypt from under pypy
6. Done! PyPy3 is able to fully work!

K
Kadabrov, 2021-01-02
@Kadabrov

unpack PyPy for your OS,
create a new project as an interpreter, select PyPy
in the paycharm terminal, executepypy -m ensurepip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question