-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Fresh miniconda install and then prerequisites installed via:
curl -LsO https://raw.githubusercontent.com/molpro/iMolpro/master/requirements.txt && conda install -y --file=requirements.txt
Then when launching iMolpro.py one sees:
Traceback (most recent call last):
File "/host/iMolpro.py", line 94, in <module>
chooser = Chooser(window_manager)
^^^^^^^^^^^^^^^^^^^^^^^
File "/host/Chooser.py", line 50, in __init__
self.populate_recent_project_box()
File "/host/Chooser.py", line 212, in populate_recent_project_box
f = pymolpro.recent_project('molpro', i)
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pymolpro' has no attribute 'recent_project'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels