You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running caster, I discovered that no CCR rules or applications would load. I received many pages of errors in the format:
Ignoring ccr rule 'Dart'. Failed to load with:
<type 'exceptions.ImportError'>
No module named builtins
<traceback object at 0x0000000006042748>
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\ccr\__init__.py", line 33, in <module>
[class_name]) # attempts to import the class
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\ccr\dart\dart.py", line 7, in <module>
from caster.lib import control
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\control.py", line 1, in <module>
from caster.lib.ctrl.nexus import Nexus
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\ctrl\nexus.py", line 8, in <module>
from caster.lib.dfplus.merge.ccrmerger import CCRMerger
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\dfplus\merge\ccrmerger.py", line 12, in <module>
from caster.lib import utilities, settings, textformat
File "C:\Users\rbabu01\caster\Caster-master\caster\lib\textformat.py", line 1, in <module>
from builtins import str
This was resolved by installing future with pip. Can the module future be added to the dependencies list?
The text was updated successfully, but these errors were encountered:
Hello,
When running caster, I discovered that no CCR rules or applications would load. I received many pages of errors in the format:
This was resolved by installing future with pip. Can the module future be added to the dependencies list?
The text was updated successfully, but these errors were encountered: