-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Object inspector (Cmd-I) and instant help (arguments) don't work in Editor, but work in Console #5415
Comments
Update: the only workaround and temporary solution I found is to downgrade Spyder to 3.1.3. Any newer version other than that results in the same misbehaviour. |
Hi @CoderCoderCoder maybe #5393 is related with your issue? |
@CoderCoderCoder this is caused because Jedi 0.11 is not compatible with Spyder 3.2.3. This will be fixed in Spyder 3.2.4. |
Thanks for your reply, but interestingly this issue is not solved if Jedi 0.9.0 is installed. This is what I tried as well (same to Rope). I used for both the min requirements, and still any newer version than 3.1.3 showed the same misbehaviour. So truly hope all these issues will be solved in 3.2.4 regardless of the used Jedi + Rope versions. |
I experienced similar problem. Interestingly, changing spyder/utils/help/conf.py seems to solve the problem:
I run on jedi 0.10.2, will test for jedi 0.11 later. |
Having the same issue from the latest anaconda package Can someone help? |
Description
What steps will reproduce the problem?
Please help to solve this issue as I have no idea what could be wrong there, thanks.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: