Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

future should be in the dependencies for caster #517

Closed
rakeshnbabu opened this issue May 15, 2019 · 1 comment
Closed

future should be in the dependencies for caster #517

rakeshnbabu opened this issue May 15, 2019 · 1 comment

Comments

@rakeshnbabu
Copy link
Contributor

Hello,

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?

@rakeshnbabu
Copy link
Contributor Author

Nope, I'm an idiot. It's in the dependencies on findthedocs, but not in the Requirements.txt file. I needed to RTFM better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant