rticommunity / connextdds-py

Connext DDS Python API
Other
26 stars 12 forks source link

Failed to import rti.connextdds #46

Open endingchen opened 2 years ago

endingchen commented 2 years ago

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:

(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