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

No module named 'past' #9

Open
ikus060 opened this issue Apr 13, 2022 · 1 comment
Open

No module named 'past' #9

ikus060 opened this issue Apr 13, 2022 · 1 comment

Comments

@ikus060
Copy link

ikus060 commented Apr 13, 2022

When running rubyenv, python complain about past missing

Traceback (most recent call last):
  File "/home/ikus060/workspace/PDSL/cmdb.git/.tox/bootstrapemail/bin/rubyenv", line 5, in <module>
    from rubyenv import main
  File "/home/ikus060/workspace/PDSL/cmdb.git/.tox/bootstrapemail/lib/python3.9/site-packages/rubyenv/__init__.py", line 8, in <module>
    from .app import main
  File "/home/ikus060/workspace/PDSL/cmdb.git/.tox/bootstrapemail/lib/python3.9/site-packages/rubyenv/app.py", line 13, in <module>
    from past.builtins import basestring
ModuleNotFoundError: No module named 'past'
@ikus060
Copy link
Author

ikus060 commented Apr 13, 2022

Need to manually install future to get it fixed

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