Skip to content
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

jupyter not importing any module (required field "type_ignores" missing from Module) #5746

Closed
kirancrazy99 opened this issue Sep 11, 2020 · 1 comment

Comments

@kirancrazy99
Copy link

Updated my Anaconda environment to 2020.07, since then notebook not functioning properly, whatever the module trying to import hitting below error. (Using Python :3.8.3)
**TypeError Traceback (most recent call last)
~\anaconda3\lib\codeop.py in call(self, source, filename, symbol)
134
135 def call(self, source, filename, symbol):
--> 136 codeob = compile(source, filename, symbol, self.flags, 1)
137 for feature in _features:
138 if codeob.co_flags & feature.compiler_flag:

TypeError: required field "type_ignores" missing from Module**

@kevin-bates
Copy link
Member

Please update your IPython package to at least 7.3.0.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants