﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
1683	Can't install OpenEye from pip	Tristan Croll	Conrad Huang	"Installs fine in a regular Python 3.7 virtualenv, but if I attempt to install in ChimeraX I get the traceback below. From reading the `setup.py`, it appears it expects the directory where the tarball expands to be on the PYTHONPATH. Would be great to be able to install it - it's required for `openforcefield`, which appears to be the most straightforward path towards supporting ligands in OpenMM. 

{{{
chimerax-daily -m pip install -i https://pypi.anaconda.org/OpenEye/simple OpenEye-toolkits
Looking in indexes: https://pypi.anaconda.org/OpenEye/simple
Collecting OpenEye-toolkits
  Downloading https://pypi.anaconda.org/openeye/simple/openeye-toolkits/2018.10.1/OpenEye-toolkits-2018.10.1.tar.gz
    Complete output from command python setup.py egg_info:
    ERROR:
    Traceback (most recent call last):
      File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/runpy.py"", line 193, in
    _run_module_as_main
        ""__main__"", mod_spec)
      File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/runpy.py"", line 85, in
    _run_code
        exec(code, run_globals)
      File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/site-
    packages/ChimeraX_main.py"", line 807, in <module>
        exit_code = init(sys.argv)
      File ""/opt/UCSF/ChimeraX-daily/lib/python3.7/site-
    packages/ChimeraX_main.py"", line 692, in init
        exec(opts.cmd, global_dict)
      File ""<string>"", line 1, in <module>
      File ""/tmp/pip-install-yc4vexjg/OpenEye-toolkits/setup.py"", line 11, in
    <module>
        from openeye_platform import openeye_platform, openeye_python_version
    ModuleNotFoundError: No module named 'openeye_platform'
    
    
    
    ----------------------------------------
Command ""python setup.py egg_info"" failed with error code 1 in /tmp/pip-install-yc4vexjg/OpenEye-toolkits/
}}}"	defect	closed	major		Tool Shed		wontfix						all	ChimeraX
