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

when I Run XCP=0.22.22, test_master.py, it is ModuleNotFoundError: No module named 'pyxcp.cpp_ext.cpp_ext',how to Solve this problem? #199

Open
XuHaobang opened this issue Jan 14, 2025 · 1 comment

Comments

@XuHaobang
Copy link

image

Traceback (most recent call last):
File "D:\Users\f88209c\Desktop\New folder (2)\最新XCP\pyxcp-master (9)\pyxcp-master\pyxcp\tests\test_master.py", line 7, in
from pyxcp import types
File "D:\Users\f88209c\PycharmProjects\pythonProject2\venv\lib\site-packages\pyxcp_init_.py", line 11, in
from .master import Master # noqa: F401, E402
File "D:\Users\f88209c\PycharmProjects\pythonProject2\venv\lib\site-packages\pyxcp\master_init_.py", line 9, in
from .master import Master # noqa: F401
File "D:\Users\f88209c\PycharmProjects\pythonProject2\venv\lib\site-packages\pyxcp\master\master.py", line 27, in
from pyxcp.daq_stim.stim import DaqEventInfo, Stim
File "D:\Users\f88209c\PycharmProjects\pythonProject2\venv\lib\site-packages\pyxcp\daq_stim_init_.py", line 9, in
from pyxcp.cpp_ext.cpp_ext import DaqList
ModuleNotFoundError: No module named 'pyxcp.cpp_ext.cpp_ext'

@christoph2
Copy link
Owner

The required build step is missing, refer to this answer.

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