Opened 12 months ago

Last modified 12 months ago

#68342 closed defect

Problem installing mesa on Mac OS 13.5.2 Mac with M1 chip — at Version 1

Reported by: jbrundle Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-mesa

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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'

Change History (1)

comment:1 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: mesa added

If you are looking for the Python module called Mesa, as far as I know it is not in MacPorts.

The MacPorts mesa port is for the Mesa 3D graphics library which is unrelated to Python.

Note: See TracTickets for help on using tickets.