You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built the wheel package successfully on Windows 11 and Ubuntu 20.04 both.
On Linux, it works perfectly.
However, when I import the rti.connextdds on Windows, it returns an error:
(py3) C:\Users\ending>python
Python 3.9.12 (tags/v3.9.12:b28265d, Mar 23 2022, 23:52:46) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import rti.connextdds as dds
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: Could not allocate string object!
>>>
Here is my environment on Windows
RTI Connext DDS v6.1.1
Visual Studio 2022 Community
Python 3.9.12
(py3) C:\Users\ending>pip list
Package Version
---------- -------
pip 22.2
rti 0.1.5
setuptools 63.2.0
wheel 0.37.1
Hello!
I built the wheel package successfully on Windows 11 and Ubuntu 20.04 both.
On Linux, it works perfectly.
However, when I import the rti.connextdds on Windows, it returns an error:
Here is my environment on Windows
The text was updated successfully, but these errors were encountered: