Skip to content

Issue Running TopOpt Wrapper on macOS - Questions and Error #4

Description

@tomohiron907

Hello,

I'm having trouble running the TopOpt wrapper provided in this repository on my Mac. Following the installation instructions, I was able to generate the dynamic library file. While the documentation refers to it as 'topoptlib.so', on macOS, it generated a file named 'topoptlib.dylib' instead.

I have some questions regarding running the 'beam.py' example:

  • When you use the statement import topoptlib in Python, does this directly import 'topoptlib.dylib'?
  • Alternatively, was there supposed to be wrapper code generated, such as 'topoptlib.py', which might not have been created due to an error?
  • Upon executing python3 beam.py, I encountered the following error. What could be the reason behind this?
    Traceback (most recent call last): File "/Users/taniguchitomohiro/Documents/TO/petsc-3.14.1/TopOpt_in_PETSc_wrapped_in_Python/beam.py", line 133, in <module> main() File "/Users/taniguchitomohiro/Documents/TO/petsc-3.14.1/TopOpt_in_PETSc_wrapped_in_Python/beam.py", line 19, in main data = topoptlib.Data() AttributeError: module 'topoptlib' has no attribute 'Data'

For your reference, I have attached an image below that depicts the current directory structure.

スクリーンショット 2023-08-22 19 25 09

I appreciate any guidance you can provide to help me resolve this issue. Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions