Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    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.

    import CoDrone ModuleNotFoundError

    CoDrone Troubleshooting
    2
    2
    1502
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dragongod last edited by

      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

      robolink_leila 1 Reply Last reply Reply Quote 0
      • robolink_leila
        robolink_leila @Dragongod last edited by

        @dragongod,
        Please run !pip3 install matplotlib as well and it should solve your issue! We will make sure to add that to the lessons.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post