Giter Club home page Giter Club logo

Comments (4)

tcaduser avatar tcaduser commented on May 31, 2024

Thank you for your report.  I booted a High Sierra machine and confirmed your issue. Please try the following on your system:

install_name_tool -change /usr/local/lib/gcc/8/libgcc_s.1.dylib @loader_path/libgcc_s.1.dylib ${PYTHONPATH}/lib/gcc/libquadmath.0.dylib

Typing install_name_tool may cause macOS to ask for permission to install some command line utilities. Please do the install and repeat the command.

A future release will have this issue fixed.

from devsim.

tcadody avatar tcadody commented on May 31, 2024

@tcaduser
Thank your comment. But I couldn't find the libgcc_s.1.dylib in gcc as you wrote. So I found similar file in the following path.
/opt/local/lib/gcc8/libgcc_s.1.dylib
so I tried to run install_name_tool in ternimal as like below.
install_name_tool -change /opt/local/gcc8/libgcc_s.1.dylib @loader_path/libgcc_s.1.dylib ${PYTHONPATH}/gcc/libquadmath.0.dylib
After this run, there isn't any message in the terminal.
and then I run python and import devsim
python
import devism
I faced the error message below.
Traceback (most recent call last): File "/Users/odyssey/Documents/TCAD/devsim_macos_v1.4.1/lib/devsim/__init__.py", line 8, in <module> from .devsim_py3 import * ImportError: dlopen(/Users/odyssey/Documents/TCAD/devsim_macos_v1.4.1/lib/devsim/devsim_py3.so, 2): Symbol not found: ___addtf3 Referenced from: /Users/odyssey/Documents/TCAD/devsim_macos_v1.4.1/lib/devsim/../gcc/libquadmath.0.dylib Expected in: /usr/lib/libSystem.B.dylib in /Users/odyssey/Documents/TCAD/devsim_macos_v1.4.1/lib/devsim/../gcc/libquadmath.0.dylib

Sorry for bothering.

from devsim.

tcaduser avatar tcaduser commented on May 31, 2024

Could you please download and try this version here?
https://github.com/devsim/devsim/releases/tag/v1.4.2%2Brc2

from devsim.

tcadody avatar tcadody commented on May 31, 2024

@tcaduser
This version works well and thanks for great help. I'm trying to use this version well.
Thanks.

from devsim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.