problem installing pyxcp #173
-
|
Hi, package Upgrade/Installation × Building wheel for pyxcp (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
|
Hello Michele, The error message means, that cmake is missing on your system. Building But you may resort to a slightly older version: There's also a working Docker configuration: |
Beta Was this translation helpful? Give feedback.
-
|
Hello Christoph, |
Beta Was this translation helpful? Give feedback.
-
|
Hi, but I always get an error ModuleNotFoundError: No module named 'pyxcp.cpp_ext.cpp_ext' .. I guess something is missing. Am I wrong? |
Beta Was this translation helpful? Give feedback.
-
|
Looks much like you have downloaded/forked pyXCP without building the project, otherwise the pip install -e .from your pyXCP installation directory. |
Beta Was this translation helpful? Give feedback.
-
|
Try to clone pyXCP to a working directory of your choice git clone https://github.com/christoph2/pyxcpand then pip install -e .In the meantime I'm working on the Github packaging issue. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, the cmake executable is still missing on your system. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, the P.S.: pre-build Windows packages are now available (Python 3.9 ... 3.13), so pip install pyxcpshould work. Also note: The is now a script |
Beta Was this translation helpful? Give feedback.
Yes, the
| Nonenotation is relatively new and does not work before Python 3.10, I think.The fix will be included in the next commit.
P.S.: pre-build Windows packages are now available (Python 3.9 ... 3.13), so
should work.
Also note: The is now a script
xcp-examples, which installs the example stuff to a given directory.