Skip to content

Error with Retool API Integration: ModuleNotFoundError: No module named 'rknn.api.rknn_log' #130995

Discussion options

You must be logged in to vote

It looks like you are encountering an issue with a missing module when trying to run your API integration in Retool. The error ModuleNotFoundError: No module named 'rknn.api.rknn_log' suggests that there might be an issue with the Python environment or the installation of the required libraries.

Here are a few steps you can follow to troubleshoot and resolve this issue:

  1. Verify Python Environment:
    Ensure that you are using the correct Python environment where the rknn-toolkit2 and rknn-toolkit-lite are installed. You can check the active environment by running:

    which python
    python -m venv
  2. Check Installed Packages:
    Verify that the required packages are installed correctly. You can list …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carson111ba
Comment options

Answer selected by carson111ba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
2 participants