alex / rply

An attempt to port David Beazley's PLY to RPython, and give it a cooler API.
BSD 3-Clause "New" or "Revised" License
381 stars 60 forks source link

No module named 'rply' after installation #93

Open BazanRuizWilebaldo opened 5 years ago

BazanRuizWilebaldo commented 5 years ago

Captura de pantalla (132)

pypy wont locate 'rply', even after installing from pip

ghost commented 4 years ago

Check that your python path Environment Variable is set correctly, since you are on windows. Make sure you don't have another version of Python installed, your path should look something like this. If that doesn't work try using a virtual environment. C:\Users\YOUR_USERNAME\AppData\Local\Programs\Python\Python37-32\