Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    1. Home
    2. Dragongod
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Dragongod

    @Dragongod

    0
    Reputation
    478
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Dragongod Unfollow Follow

    Latest posts made by Dragongod

    • import CoDrone ModuleNotFoundError

      Need some assistance
      ModuleNotFoundError Traceback (most recent call last)
      <ipython-input-2-b794ab429015> in <module>
      ----> 1 import CoDrone

      c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages\CoDrone_init_.py in <module>
      11
      12
      ---> 13 from CoDrone.codrone import *
      14 from CoDrone.storage import *
      15 from CoDrone.system import *

      c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages\CoDrone\codrone.py in <module>
      11 from CoDrone.storage import *
      12 from CoDrone.protocol import *
      ---> 13 import matplotlib.pyplot as plt
      14 import time
      15

      ModuleNotFoundError: No module named 'matplotlib'

      but I already installed !pip3 install CoDrone

      Requirement already satisfied: CoDrone in c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages (1.2.5)
      Requirement already satisfied: colorama in c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages (from CoDrone) (0.4.3)
      Requirement already satisfied: numpy in c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages (from CoDrone) (1.19.0)
      Requirement already satisfied: pyserial in c:\users\dragon god\appdata\local\programs\python\python38-32\lib\site-packages (from CoDrone) (3.4)

      but the import CoDrone still saying ModuleNotFoundError
      thank you

      posted in CoDrone Troubleshooting
      D
      Dragongod