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

module "rtsp" has no attribute "Client" #22

Closed
OussamaBATOUCHE opened this issue Sep 25, 2020 · 2 comments
Closed

module "rtsp" has no attribute "Client" #22

OussamaBATOUCHE opened this issue Sep 25, 2020 · 2 comments

Comments

@OussamaBATOUCHE
Copy link

I'm trying to use this module to read RTSP stream, I tried with the exemple in your readme (One-off Retrieval)
and I got this error :
AttributeError: module 'rtsp' has no attribute 'Client'.

Environment:

  • - Jetson TX2
    
  • - Ubuntu 18.04 LTS
    
  • - Python 3.6.9 
    
@inzel
Copy link

inzel commented Jan 15, 2021

I have this same issue. Any fixes?

@inzel
Copy link

inzel commented Jan 16, 2021

I figured out that this was caused by me having a test file named rtsp.py in the same directory so it was trying to import from that. Renamed it and the issue went away

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

3 participants