-
Notifications
You must be signed in to change notification settings - Fork 138
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
TypeError: __init__() got an unexpected keyword argument 'allowed_methods' #143
Comments
I also tries other releases of yahooquery: 2.2.15, same error message. |
I also tries other releases of yahooquery: 2.2.14, error message disappeared, function properly:-) |
Looks like a problem with the
|
Got the same error with the following env: Google CoLab Packages: Name: yahooquery |
I have the same issue while running simple code snippet from yahooquery import Ticker Output:
TypeError: init() got an unexpected keyword argument 'allowed_methods' Packages:yahooquery == 2.3.0 |
@juskek Do you have the notebook example? I have the same versions you specified above and don't run into this issue: |
I have the same issue with: requests 2.28.2 let me know if i can provide additional debugging UPDATE: i did in fact have an older version of urllib3 in another path that was being loaded. i manually removed it and issue is fixed. |
Describe the bug
yahooquery version: 2.3.0
Error message:
TypeError: init() got an unexpected keyword argument 'allowed_methods'.
To Reproduce
Steps to reproduce the behavior:
from yahooquery import Ticker
stock = Ticker('AAPL')
Expected behavior
Work properly as before.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: