pnnl / isicle

In silico chemical library engine for high-accuracy chemical property prediction
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

installing isicle #16

Closed samuelcajahuaringa closed 10 months ago

samuelcajahuaringa commented 1 year ago

Hello ISICLE developers, I try to install ISICLE inside a python venv but I have de following problem to installing the requirements:

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Installing collected packages: toposort, throttler, stopit, pytz, pulp, plac, openbabel, fastjsonschema, connection-pool, appdirs, wrapt, urllib3, tzdata, traitlets, tabulate, smmap, smart-open, six, rpds-py, reretry, pyyaml, psutil, platformdirs, Pillow, packaging, numpy, MarkupSafe, joblib, idna, humanfriendly, dpath, docutils, datrie, configargparse, charset-normalizer, certifi, attrs, yte, scipy, requests, referencing, rdkit, python-dateutil, patsy, jupyter-core, jinja2, gitdb, pandas, jsonschema-specifications, gitpython, statsmodels, jsonschema, nbformat, snakemake Running setup.py install for openbabel ... error error: subprocess-exited-with-error

× Running setup.py install for openbabel did not run successfully. │ exit code: 1 ╰─> [16 lines of output] running install /home/samuel/Documents/CCS_database/isicle/isicle_venv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build_ext Warning: invalid version number '3.1.1.1'. Guessing Open Babel location:

× Encountered error while trying to install package. ╰─> openbabel

note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" can help me to install the ISICLE please.

Thanks

smcolby commented 1 year ago

Please try the instructions on Read the Docs: https://isicle.readthedocs.io/en/latest/getting_started/installation.html

samuelcajahuaringa commented 1 year ago

Thank a lot @smcolby , after successfully installing:

Installing collected packages: isicle Running setup.py develop for isicle Successfully installed isicle-2.0.0"

I run the example collision_cross_section.py the code finished with follow message:


Overall wall time : 0h : 0m :55s

CREST terminated normally.

but not finished all calculations until to obtain the CCS, and When I try the example of read the docs and have the follow problems: with the function "isicle.io.load", and not is possible continue the calculations, is possible send a example similar to the file collision_cross_section.py to test the new version of ISICLE.

Thanks a lot, Samuel

smcolby commented 11 months ago

Apologies for the delay, this dropped off my radar. You can use isicle.load instead of isicle.io.load, which should resolve the issue. The docs have unfortunately not been updated to reflect this yet.