-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Bug]: SyntaxError with package name #1
Comments
Thanks for your issue report. I'm switching over to a more unified method for the pip package hopefully this will solve your issues . I'll ping you when this is done :) |
I have the same issue. What's the fix for it? |
Has anyone found a workaround? |
found any fix yet? |
I forked the repo, fixed this, and then found a ton of other issues. There's no test suite, so it's hard to know what works and what doesn't. I stopped after investing an hour of work. |
Replace your code with this code.
|
I got this error
|
Is there an existing issue for this?
What happened?
Hi @ZackBradshaw
I cant not import bing-chat due to SyntaxError. Here is the result:
SyntaxError: invalid syntax
Steps to reproduce the problem
from bing-chat import BingChat
What should have happened?
It should be imported properly
Version where the problem happens
1.9.4
What Python version are you running this with?
3.9
What is your operating system ?
Windows
Command Line Arguments
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: