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
I am working on MacOS. I have installed bullet 2.2.0 using pip.
When I running the following code, and press the down arrow,
frombulletimportInputcli=Input('Press down arrow: ', strip=True)
result=cli.launch()
I see error:
% python3 /tmp/a.py
Press down arrow: Traceback (most recent call last):
File "/tmp/a.py", line 3, in <module>
result = cli.launch()
File "/usr/local/lib/python3.9/site-packages/bullet/client.py", line 458, in launch
return result.strip() if self.strip else result
AttributeError: 'NoneType' object has no attribute 'strip'
%
This error does not happen when strip=False
The text was updated successfully, but these errors were encountered:
danner26
added a commit
to danner26/BulletPrompt
that referenced
this issue
Jan 21, 2025
Hello, my colleague and I use this codebase pretty often in our projects but the original and all forks seem to be stale. We have thus forked into our own project, BulletPrompt.
I have taken the liberty to fix this issue, which will be available in the next release.
I am working on MacOS. I have installed bullet 2.2.0 using pip.
When I running the following code, and press the down arrow,
I see error:
This error does not happen when
strip=False
The text was updated successfully, but these errors were encountered: