﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
15650	ChimeraX 1.7 PyPy package import error: ModuleNotFoundError: No module named 'chimerax.graphics'	Tom Goddard	Zach Pearson	"After installing the missing tinyarray package (ticket #15649) the ChimeraX 1.7 PyPi package fails to import because missing chimerax.graphics.

Did the ChimeraX PyPi package ever get tested?

(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 2393, in <module>
    from .pbgroup import PseudobondGroup
  File ""/opt/homebrew/lib/python3.11/site-packages/chimerax/atomic/pbgroup.py"", line 26, in <module>
    from chimerax.core.models import Model
  File ""/opt/homebrew/lib/python3.11/site-packages/chimerax/core/models.py"", line 54, in <module>
    from chimerax.graphics import Drawing, Pick, PickedTriangle
ModuleNotFoundError: No module named 'chimerax.graphics'
>>> "	defect	closed	moderate		Platform		fixed		chimerax-programmers				all	ChimeraX
