Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named '_cppyy' on PyPy windows #43

Open
Marvisak opened this issue Mar 15, 2022 · 1 comment
Open

No module named '_cppyy' on PyPy windows #43

Marvisak opened this issue Mar 15, 2022 · 1 comment

Comments

@Marvisak
Copy link

I am using windows 10 64bit with PyPy, I installed cppyy using pip, when I try to import cppyy I get this error

>>>> import cppyy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "D:\pypy\lib\site-packages\cppyy\__init__.py", line 78, in <module>
    from ._pypy_cppyy import *
  File "D:\pypy\lib\site-packages\cppyy\_pypy_cppyy.py", line 33, in <module>
    import _cppyy as _backend     # built-in module
ModuleNotFoundError: No module named '_cppyy'

This happens with all versions of PyPy (3.9, 3.8...), when I tried to use wsl it worked, but I don't think that's ideal.
I know there is #1 but that is a year old issue and I don't know if it was fixed and it's just me having problems or it's still doing this.

Thanks for any answer

@wlav
Copy link
Owner

wlav commented Mar 15, 2022

Still not fixed. I need to make some changes to enable the tests for upstream to run, then they can add it. I now do have Windows running through VirtualBox on a beefy Linux machine, so could try to build PyPy, but haven't gotten around to it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants