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. cpstjen
    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.
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    cpstjen

    @cpstjen

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

    cpstjen Unfollow Follow

    Latest posts made by cpstjen

    • library import issues on mac.

      While trying to import CoDrone library I am having "module not found' error even after !pip3 install CoDrone says that all items are satisfied.

      //!pip3 install CoDrone
      Requirement already satisfied: CoDrone in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (1.2.5)
      Requirement already satisfied: pyserial in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from CoDrone) (3.4)
      Requirement already satisfied: colorama in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from CoDrone) (0.4.3)
      Requirement already satisfied: numpy in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (from CoDrone) (1.19.0)
      
      `import CoDrone---------------------------------------------------------------------------
      ModuleNotFoundError                       Traceback (most recent call last)
      <ipython-input-4-b794ab429015> in <module>
      ----> 1 import CoDrone
      
      /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/CoDrone/__init__.py in <module>
           11 
           12 
      ---> 13 from CoDrone.codrone import *
           14 from CoDrone.storage import *
           15 from CoDrone.system import *
      
      /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/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
      posted in CoDrone Lite/Pro
      C
      cpstjen