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
Traceback (most recent call last):
File "/i/t/pypy/bin/walrus", line 5, in
from walrus import main
File "/i/t/pypy/site-packages/walrus.py", line 13, in
from bpc_utils import BOOLEAN_STATES, CPU_CNT, LOCALE_ENCODING, UUID4Generator, archive_files, detect_files, mp
ImportError: cannot import name 'BOOLEAN_STATES'
The text was updated successfully, but these errors were encountered:
Hello! Thanks for using walrus. We were sorry to break compatibility with our internal utility library during the current refactoring of the project. Before we cut a new release, you can try out the following ways to use walrus:
Try using the current master branch (git clone then pip install .)
pip install python-walrus
walrus
Traceback (most recent call last):
File "/i/t/pypy/bin/walrus", line 5, in
from walrus import main
File "/i/t/pypy/site-packages/walrus.py", line 13, in
from bpc_utils import BOOLEAN_STATES, CPU_CNT, LOCALE_ENCODING, UUID4Generator, archive_files, detect_files, mp
ImportError: cannot import name 'BOOLEAN_STATES'
The text was updated successfully, but these errors were encountered: