'how to import statement 'from kivy_garden.radialslider import RadialSlider'
from kivy_garden.radialslider import RadialSlider
I am unable to use this statement. Pycharm is underlining radialslider and RadialSlider in red.
Solution 1:[1]
it is probably due to the reason you install to your environment :
pip install kivy_garden
and you didn't install:
pip install kivy_garden.radialslider
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | jonrsharpe |
