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 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'
The text was updated successfully, but these errors were encountered:
When running
rubyenv
, python complain aboutpast
missingThe text was updated successfully, but these errors were encountered: