Importing fastai.imports in PyCharm works when running the file, but not in Python Console

1

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?

python
pycharm
fast-ai
asked on Stack Overflow Jan 9, 2019 by ViggoTW • edited Jan 9, 2019 by finefoot

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0