[MacPorts] #67271: py38- and py39- tables do not work

MacPorts noreply at macports.org
Thu Apr 20 15:43:53 UTC 2023


#67271: py38- and py39- tables do not work
-----------------------+--------------------
 Reporter:  lpagani91  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:
 Keywords:             |       Port:
-----------------------+--------------------
 The package tables cannot be loaded in versions 3.8 and 3.9 of python.
 Versions 2.7 and 3.7 are fine, 3.10 does not exist.
 The error message is the following :
 \\

 {{{
 Python 3.8.16 (default, Dec  7 2022, 04:19:13)
 [Clang 9.0.0 (clang-900.0.39.2)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import tables
 Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/tables/__init__.py", line 99, in <module>
     from .utilsextension import (
   File "tables/utilsextension.pyx", line 169, in init
 tables.utilsextension
 ImportError: cannot import name typeDict
 >>>

 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/67271>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list