Opened 15 months ago
Closed 13 months ago
#15649 closed defect (fixed)
ChimeraX 1.7 PyPi package import error: ModuleNotFoundError: No module named 'tinyarray'
Reported by: | Tom Goddard | Owned by: | Zach Pearson |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Platform | Version: | |
Keywords: | Cc: | chimerax-programmers | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
(base) $ python3.11
python3.11
Python 3.11.6 (main, Oct 2 2023, 13:45:54) [Clang 15.0.0 (clang-1500.0.40.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import chimerax
import chimerax
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/homebrew/lib/python3.11/site-packages/chimerax/init.py", line 10, in <module>
from . import chem_group #noqa
File "/opt/homebrew/lib/python3.11/site-packages/chimerax/chem_group/init.py", line 25, in <module>
from .chem_group import find_group
File "/opt/homebrew/lib/python3.11/site-packages/chimerax/chem_group/chem_group.py", line 29, in <module>
from chimerax.atomic.idatm import type_info, tetrahedral, planar, linear, single
File "/opt/homebrew/lib/python3.11/site-packages/chimerax/atomic/init.py", line 33, in <module>
from .molobject import Atom, Bond, Chain, CoordSet, Element, Pseudobond, Residue, Sequence, \
File "/opt/homebrew/lib/python3.11/site-packages/chimerax/atomic/molobject.py", line 64, in <module>
from .cymol import CyAtom
File "atomic_cpp/cymol.pyx", line 30, in init chimerax.atomic.cymol
ModuleNotFoundError: No module named 'tinyarray'
A new PyPi package went up some time ago.