-
Notifications
You must be signed in to change notification settings - Fork 9
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
Failed to build pyopendds #59
Comments
Alright, did you build OpenDDS? If you did can you list the contents of |
Hi, please find the contents below. .empty ACEd.dll ACEd.exp ACEd.lib ACEd_dll.pdb TAOd.dll TAOd.exp TAOd.lib TAOd_dll.pdb TAO_AnyTypeCoded.dll TAO_AnyTypeCoded.exp TAO_AnyTypeCoded.lib TAO_AnyTypeCoded_dll.pdb TAO_Async_IORTabled.dll TAO_Async_IORTabled.exp TAO_Async_IORTabled.lib TAO_Async_IORTabled_dll.pdb TAO_BiDirGIOPd.dll TAO_BiDirGIOPd.exp TAO_BiDirGIOPd.lib TAO_BiDirGIOPd_dll.pdb TAO_CodecFactoryd.dll TAO_CodecFactoryd.exp TAO_CodecFactoryd.lib TAO_CodecFactoryd_dll.pdb TAO_Codesetd.dll TAO_Codesetd.exp TAO_Codesetd.lib TAO_Codesetd_dll.pdb TAO_CSD_Frameworkd.dll TAO_CSD_Frameworkd.exp TAO_CSD_Frameworkd.lib TAO_CSD_Frameworkd_dll.pdb TAO_CSD_ThreadPoold.dll TAO_CSD_ThreadPoold.exp TAO_CSD_ThreadPoold.lib TAO_CSD_ThreadPoold_dll.pdb TAO_DynamicInterfaced.dll TAO_DynamicInterfaced.exp TAO_DynamicInterfaced.lib TAO_DynamicInterfaced_dll.pdb TAO_IDL_BEd.dll TAO_IDL_BEd.exp TAO_IDL_BEd.lib TAO_IDL_BEd_dll.pdb TAO_IDL_FEd.dll TAO_IDL_FEd.exp TAO_IDL_FEd.lib TAO_IDL_FEd_dll.pdb TAO_ImR_Clientd.dll TAO_ImR_Clientd.exp TAO_ImR_Clientd.lib TAO_ImR_Clientd_dll.pdb TAO_IORManipd.dll TAO_IORManipd.exp TAO_IORManipd.lib TAO_IORManipd_dll.pdb TAO_IORTabled.dll TAO_IORTabled.exp TAO_IORTabled.lib TAO_IORTabled_dll.pdb TAO_Messagingd.dll TAO_Messagingd.exp TAO_Messagingd.lib TAO_Messagingd_dll.pdb TAO_PId.dll TAO_PId.exp TAO_PId.lib TAO_PId_dll.pdb TAO_PortableServerd.dll TAO_PortableServerd.exp TAO_PortableServerd.lib TAO_PortableServerd_dll.pdb TAO_Svc_Utilsd.dll TAO_Svc_Utilsd.exp TAO_Svc_Utilsd.lib TAO_Svc_Utilsd_dll.pdb TAO_Valuetyped.dll TAO_Valuetyped.exp TAO_Valuetyped.lib TAO_Valuetyped_dll.pdb |
Hi i tried the following method you suggested.But still facing the same issue.
set CMAKE_PREFIX_PATH=D:\OpenDDS\OpenDDS-3.25
C:\Users\1037591>cd pyopendds
C:\Users\1037591\pyopendds>pip install pyopendds
Defaulting to user installation because normal site-packages is not writeable
Collecting pyopendds
Using cached pyopendds-0.2.0.tar.gz (37 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting jinja2 (from pyopendds)
Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting cmake-build-extension (from pyopendds)
Using cached cmake_build_extension-0.5.1-py3-none-any.whl (13 kB)
Collecting cmake (from cmake-build-extension->pyopendds)
Obtaining dependency information for cmake from https://files.pythonhosted.org/packages/d4/f3/cc82bb2ef5e9d3396007a18ce2c4b5fa57d37ff95e36174b478df6fc0918/cmake-3.27.5-py2.py3-none-win_amd64.whl.metadata
Using cached cmake-3.27.5-py2.py3-none-win_amd64.whl.metadata (6.8 kB)
Collecting ninja (from cmake-build-extension->pyopendds)
Using cached ninja-1.11.1-py2.py3-none-win_amd64.whl (313 kB)
Collecting GitPython (from cmake-build-extension->pyopendds)
Obtaining dependency information for GitPython from https://files.pythonhosted.org/packages/8a/7e/20f7e45878b5aed34320fbeeae8f78acc806e7bd708d00b1c6e64b016f5b/GitPython-3.1.37-py3-none-any.whl.metadata
Using cached GitPython-3.1.37-py3-none-any.whl.metadata (12 kB)
Collecting setuptools-scm (from cmake-build-extension->pyopendds)
Obtaining dependency information for setuptools-scm from https://files.pythonhosted.org/packages/ca/04/4ea91c627355ae6d976bf7f1fc2815372a96b1b87bf290c8d726d10a08a1/setuptools_scm-8.0.3-py3-none-any.whl.metadata
Using cached setuptools_scm-8.0.3-py3-none-any.whl.metadata (6.1 kB)
Collecting MarkupSafe>=2.0 (from jinja2->pyopendds)
Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/be/bb/08b85bc194034efbf572e70c3951549c8eca0ada25363afc154386b5390a/MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl.metadata
Using cached MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl.metadata (3.1 kB)
Collecting gitdb<5,>=4.0.1 (from GitPython->cmake-build-extension->pyopendds)
Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
Collecting packaging>=20 (from setuptools-scm->cmake-build-extension->pyopendds)
Using cached packaging-23.1-py3-none-any.whl (48 kB)
Requirement already satisfied: setuptools in c:\users\1037591\appdata\roaming\python\python311\site-packages (from setuptools-scm->cmake-build-extension->pyopendds) (68.2.2)
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython->cmake-build-extension->pyopendds)
Obtaining dependency information for smmap<6,>=3.0.1 from https://files.pythonhosted.org/packages/a7/a5/10f97f73544edcdef54409f1d839f6049a0d79df68adbc1ceb24d1aaca42/smmap-5.0.1-py3-none-any.whl.metadata
Using cached smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
Using cached MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl (17 kB)
Using cached cmake-3.27.5-py2.py3-none-win_amd64.whl (34.6 MB)
Using cached GitPython-3.1.37-py3-none-any.whl (190 kB)
Using cached setuptools_scm-8.0.3-py3-none-any.whl (41 kB)
Using cached smmap-5.0.1-py3-none-any.whl (24 kB)
Building wheels for collected packages: pyopendds
Building wheel for pyopendds (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyopendds (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [214 lines of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyopendds
ERROR: Could not build wheels for pyopendds, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: