Traceback (most recent call last):File "C:\Users\pce\Dropbox (ORNL)\Projects\2019_Misture_Leon_Hollandite\hollandite\fullrmc\run.py", line 55, in <module>ENGINE = Engine(path=engineSavePath, freshStart=True) # new Engine instanceFile "C:\Anaconda3\envs\fullrmc\lib\site-packages\fullrmc\Engine.py", line 163, in __init__assert result, LOGGER.error(message)AssertionError: None
Traceback (most recent call last):File "C:\Users\pce\Dropbox (ORNL)\Projects\2019_Misture_Leon_Hollandite\hollandite\fullrmc\run.py", line 83, in <module>ENGINE.save()File "C:\Anaconda3\envs\fullrmc\lib\site-packages\fullrmc\Engine.py", line 879, in saveself._dump_to_repository(value=value, relativePath=os.path.join(self.__usedFrame, 'constraints', c.constraintName, dname), repository=REP)File "C:\Anaconda3\envs\fullrmc\lib\site-packages\fullrmc\Engine.py", line 353, in _dump_to_repositoryrepository.dump(value=value, relativePath=relativePath, replace=True)File "C:\Anaconda3\envs\fullrmc\lib\site-packages\pyrep\Repository.py", line 2412, in dumpreturn self.dump_file(*args, **kwargs)File "C:\Anaconda3\envs\fullrmc\lib\site-packages\pyrep\Repository.py", line 426, in wrapperreturn func(self, *args, **kwargs)File "C:\Anaconda3\envs\fullrmc\lib\site-packages\pyrep\Repository.py", line 2407, in dump_fileassert not raiseError or error is None, "unable to dump file '%s' after %i trials (%s)"%(relativePath, ntrials, error,)
AssertionError: unable to dump file '0\constraints\PairDistributionConstraint_0\_PairDistributionConstraint__minimumDistance' after 3 trials (unable to dump the file ([Errno 2] No such file or directory: '{absolute path here}\\0\\constraints\\PairDistributionConstraint_0\\._PairDistributionConstraint__minimumDistance_pyrepfileinfo'))
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "...\pip-req-build-plu901hx\setup.py", line 82, in <module>
from pyrep import __version__
ModuleNotFoundError: No module named 'pyrep'
#pcm get package version
#pcm from pyrep import __version__
# get package info
PACKAGE_INFO={}
if sys.version_info.major == 2:
execfile(convert_path( '__pkginfo__.py' ), PACKAGE_INFO)
else:
exec(open(convert_path( '__pkginfo__.py' )).read(), PACKAGE_INFO)
__version__ = PACKAGE_INFO['__version__']
fullrmc (4.0.1)
matplotlib>=2.2.3 (3.1.2)
pylocker>=2.0.0 (3.0.0)
pyrep>=3.1.0 (3.2.0)
pysimplelog>=2.0.0 (2.0.0)
pdbparser>=0.1.7 (0.1.7)
numpy>=1.11 (1.17.4)
cycler>=0.10 (0.10.0)
kiwisolver>=1.0.1 (1.1.0)
pyparsg!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (2.4.5)
python-dateutil>=2.1 (2.8.1)
six (1.13.0)
setuptools (42.0.2.post20191203)
import pyrep
print(pyrep)