Running from fastai.imports import *
works in a normal terminal and from the "Run"-tab in PyCharm, but returns a hailstorm of error messages when executed in the "Python Console" window.
The amount of error messages is so big that it forces the console to quit the process with the error code -1073740791 (0xC0000409).
When typing, PyCharm autocompletes the import statement correctly, suggesting the .imports
-ending after fastai
.
Any idea to how I can fix it?
User contributions licensed under CC BY-SA 3.0