-
Notifications
You must be signed in to change notification settings - Fork 684
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: This Callable type is already parameterized. #315
Comments
Thanks for the report! Was able to repro specifically with python 3.5.2, looks fixed in 3.5.3. Will continue digging |
@IurmanJ looks like this is hitting a bug in Python 3.5.2 with the typing library which was refactored here: python/typing@50d2b4d Is it possible for you to try a newer version of Python? |
@codeboten Of course. Actually, that's what I did at the time I opened this issue. Python 3.6 works well, though I did not try 3.5.3 as you reported it was working fine. |
From my reading, this issue can be closed then. Probably we should add a note to the README that we only support the newest y in each Python 3.x.y. |
closes open-telemetry#242 Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
Describe your environment
Steps to reproduce
What is the expected behavior?
Well, not that I guess.
What is the actual behavior?
Additional context
Same result when trying with an editable install.
The text was updated successfully, but these errors were encountered: