-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
ImportError: DLL load failed while importing cpp_ext #188
Comments
The problem I encountered is the same as the one in the link (#173) . I tried the corresponding solution in the discussion, but it didn't work. |
"D:\Program Files\Python310\python.exe" F:\New_pyxcp\pyxcp-master\pyxcp\scripts\xcp_examples.py |
Note: You should use in the new configuration system, to make it work run: xcp-profile convert -c your_config_file.toml -o pyxcp_conf.py |
PS F:\New_pyxcp\pyxcp-master> pip310 install pyxcp [notice] A new release of pip is available: 23.0.1 -> 24.3.1 |
I used 'pip install pyxcp', then run 'xcp-profile convert -c your_config_file.toml -o pyxcp_conf.py' but got an error |
The old error persists or is there a new one? |
The old error persists,same error message |
It seems the former installation is still active in |
PS F:\New_pyxcp\pyxcp-master> pip310 uninstall pyxcp [notice] A new release of pip is available: 23.0.1 -> 24.3.1 I uninstalled and installed again, but still got the same error |
OK, the binary distro (wheel) is used. PS.: |
OK, maybe Python 3.10 has a problem with relative imports, I'll try to fix it. |
OK, v0.22.14 is now available, I hope it fixes the issue. |
PS F:\New_pyxcp\pyxcp-master\pyxcp\examples> xcp-profile convert -c your_config_file.toml -o pyxcp_conf.py
|
Well, I think your Python installation is fooled up. |
When I used your latest pyxcp, I encountered the following problem:
The configuration I use is the previous pyxcp compatible version, as shown below:
I was excited when I learned about the new version of pyxcp, but was confused about how to use it. The new configuration system is how to configure 'can' to make 'Master' work.
Hope to get your reply, thank you very much!
The text was updated successfully, but these errors were encountered: