Accelergy-Project / timeloop-python

Python wrapper for the timeloop project.
MIT License
8 stars 3 forks source link

Binding Issue #7

Closed felix0901 closed 1 year ago

felix0901 commented 2 years ago

Hi,

Thanks for the nice work. I followed the installation instruction and installed it successfully. However, when I run it, it shows this error. Do you have any suggestions on how could I solve this?

File "Documents/my_code/public/new_timeloop_python/timeloop-python/pytimeloop/__init__.py", line 1, in <module> from bindings import * ImportError: Documents/my_code/public/new_timeloop_python/timeloop-python/bindings.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZTIN6search12HybridSearchE

gilbertmike commented 2 years ago

@felix0901 Sorry for the late response. Is this still an issue?

felix0901 commented 2 years ago

Hi Micheal, this is still an issue since I checked three weeks ago. However, it might be something wrong at my side of compiling it. I turned out to fetch an older commit and it works for me.

Michael Gilbert @.***> 於 2022年6月30日 下午1:10 寫道:



@felix0901https://github.com/felix0901 Sorry for the late response. Is this still an issue?

— Reply to this email directly, view it on GitHubhttps://github.com/Accelergy-Project/timeloop-python/issues/7#issuecomment-1171630108, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIECOQ3ABIXWKWGGTPIXGZ3VRX5JPANCNFSM5PLJU3UA. You are receiving this because you were mentioned.Message ID: @.***>

gilbertmike commented 1 year ago

Did you confirm if it was a bug within PyTimeloop or an issue in your build environment?

felix0901 commented 1 year ago

It was my build environment.