Skip to content
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

I meet error #139

Open
Lulinhao opened this issue Jun 26, 2023 · 2 comments
Open

I meet error #139

Lulinhao opened this issue Jun 26, 2023 · 2 comments

Comments

@Lulinhao
Copy link

I get this error when I run the program, but I have it compiled.

  • Traceback (most recent call last):
    File "/home/wjz/djh/DREAMPlace/install/dreamplace/Placer.py", line 22, in
    import Timer
    File "/home/wjz/djh/DREAMPlace/install/dreamplace/Timer.py", line 10, in
    import dreamplace.ops.timing.timing as timing
    File "/home/wjz/djh/DREAMPlace/install/dreamplace/ops/timing/timing.py", line 5, in
    import dreamplace.ops.timing.timing_cpp as timing_cpp
    ImportError: /home/wjz/.conda/envs/new/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/wjz/djh/DREAMPlace/install/dreamplace/ops/timing/timing_cpp.cpython-310-x86_64-linux-gnu.so)
@limbo018
Copy link
Owner

Hi, GLIBCXX problem usually comes from your system configuration. Have you tried the following solution?

https://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error

Besides, it looks like you are using higher gcc version than recommended gcc 7.

@Lulinhao
Copy link
Author

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants