Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #3

Open
PierrunoYT opened this issue Jul 21, 2023 · 4 comments
Open

Issue #3

PierrunoYT opened this issue Jul 21, 2023 · 4 comments

Comments

@PierrunoYT
Copy link

Saw your tool and that you mentioned me on Google.

I woud like to try it out but I get an error

grafik

@GONZOsint
Copy link
Owner

Have you tried using it locally?

I am aware of the streamlit bug and am working on fixing it

@PierrunoYT
Copy link
Author

GitHub Copilot: The error message you provided indicates that there is an issue with the cv2 module, which is used for computer vision tasks in Python.

Here are a few things you can try to resolve the issue:

  1. Make sure that OpenCV is installed on your system. You can install it using pip by running the following command in your terminal or command prompt:

    pip install opencv-python
    
  2. Make sure that you have the correct version of OpenCV installed for your system. You can check the version of OpenCV that is installed by running the following command in your Python interpreter:

    import cv2
    print(cv2.__version__)

    If the version number is not what you expect, you may need to uninstall and reinstall OpenCV using the correct version.

  3. Make sure that the cv2 module is installed in the correct location. Depending on your system and Python installation, the cv2 module may need to be installed in a specific location. You can try reinstalling OpenCV using the --target option to specify the installation location:

    pip install opencv-python --target=/path/to/installation/location
    

    Replace /path/to/installation/location with the path to the directory where you want to install OpenCV.

If none of these solutions work, please provide more information about the error message you are seeing, including the full traceback and any other relevant details.

@PierrunoYT
Copy link
Author

Have you tried using it locally?

I am aware of the streamlit bug and am working on fixing it

Check out my new Version

@PierrunoYT
Copy link
Author

@GONZOsint Check out my new Version on Github

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants