Search code examples
pythonintellij-ideapycharmpython-3.10

PyCharm [Intellij] auto-import from Binary Skeletons instead of standard python library


I'm trying to import Decimal from decimal but when I try and do this using Intellij it just says I can import from _decimal instead which is in the Binary Skeletons.

I'm using Poetry and Python 3.10, and it's almost certainly something wrong with my setup, I just can't work out what.


Solution

  • Known issue

    YouTrack: Cannot import Decimal with a quick-fix