Hello everyone,
I am quite new to fullrmc.
I have installed numpy, cython, and fullrmc to Windows 10 PC by using pip,
and just tried to run the run.py script in fullrmc examples (e.g. atomicNiTi, SOxnanosphere).
run.py seems to work, but I got the following error message about plot.py.
(Command prompt screenshot is attached.)
-----------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\work\RMCtest\python\atomicNiTi\plot.py", line 16, in <module>
ENGINE = ENGINE.load(engineFilePath)
File "C:\Users\sugah\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\local-packages\Python38\site-packages\fullrmc\Engine.py", line 1353, in load
engine._set_repository(REP)
AttributeError: 'tuple' object has no attribute '_set_repository'
-----------------------------------------------------------------------------
Does anyone know how to fix this error?
Thank you in advance.
Settings are below.
-----------------------------------------------------------------------------
*OS: Windows 10
*pip package versions
cycler 0.10.0
Cython 0.29.21
fullrmc 4.1.0
kiwisolver 1.2.0
matplotlib 3.3.0
numpy 1.19.1
pdbparser 0.1.8
Pillow 7.2.0
pip 20.2
pylocker 3.0.0
pyparsing 2.4.7
pypref 3.1.0
pyrep 3.2.0
pysimplelog 4.0.0
python-dateutil 2.8.1
six 1.15.0
wheel 0.34.2