[MacPorts] #68342: Problem installing mesa on Mac OS 13.5.2 Mac with M1 chip

MacPorts noreply at macports.org
Tue Oct 3 19:14:29 UTC 2023


#68342: Problem installing mesa on Mac OS 13.5.2 Mac with M1 chip
-----------------------+--------------------
  Reporter:  jbrundle  |      Owner:  (none)
      Type:  defect    |     Status:  new
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  mesa      |
-----------------------+--------------------
Changes (by ryandesign):

 * port:   => mesa


Old description:

> Did a port search for the "mesa" package.  Found these ports:
> glw @20120116_2 (x11, devel, graphics)
>     Mesa OpenGL widget library
>
> HermesApp @1.3.1_1 (aqua, audio)
>     compact macOS Pandora client that doesn't use Flash
>
> mesa @22.1.7_1 (x11, graphics)
>     Mesa 3D Graphics Library
>
> mesalink @1.0.0 (devel, security)
>     A memory-safe and OpenSSL-compatible TLS library
>
> Then tried to install mesa.  Seemed to install:
>
> sudo port install mesa
> --->  Computing dependencies for mesa
> --->  Cleaning mesa
> --->  Scanning binaries for linking errors
> --->  No broken files found.
> --->  No broken ports found.
>
> *But*, when I tried to use it, got the following message:
>
> python
> Python 3.10.13 (main, Aug 25 2023, 02:38:26) [Clang 14.0.3
> (clang-1403.0.22.14.1)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import mesa
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ModuleNotFoundError: No module named 'mesa'

New description:

 Did a port search for the "mesa" package.  Found these ports:
 {{{
 glw @20120116_2 (x11, devel, graphics)
     Mesa OpenGL widget library

 HermesApp @1.3.1_1 (aqua, audio)
     compact macOS Pandora client that doesn't use Flash

 mesa @22.1.7_1 (x11, graphics)
     Mesa 3D Graphics Library

 mesalink @1.0.0 (devel, security)
     A memory-safe and OpenSSL-compatible TLS library
 }}}

 Then tried to install mesa.  Seemed to install:

 {{{
 sudo port install mesa
 --->  Computing dependencies for mesa
 --->  Cleaning mesa
 --->  Scanning binaries for linking errors
 --->  No broken files found.
 --->  No broken ports found.
 }}}

 *But*, when I tried to use it, got the following message:

 {{{
 python
 Python 3.10.13 (main, Aug 25 2023, 02:38:26) [Clang 14.0.3
 (clang-1403.0.22.14.1)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import mesa
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
 ModuleNotFoundError: No module named 'mesa'
 }}}

--

Comment:

 If you are looking for the [https://pypi.org/project/Mesa/ Python module
 called Mesa], as far as I know it is not in MacPorts.

 The MacPorts mesa port is for the [https://www.mesa3d.org Mesa 3D graphics
 library] which is unrelated to Python.

-- 
Ticket URL: <https://trac.macports.org/ticket/68342#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list