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

AttributeError: module 'PIL.TiffTags' has no attribute 'IFD' #17

Open
luanpbrasil opened this issue Oct 20, 2020 · 0 comments
Open

AttributeError: module 'PIL.TiffTags' has no attribute 'IFD' #17

luanpbrasil opened this issue Oct 20, 2020 · 0 comments

Comments

@luanpbrasil
Copy link

Summary

Hi. I am trying to run the app in https://github.com/streamlit/demo-self-driving, an example for streamlit application in object detection.

However, when running the app, I got an AttributeError. I have not downloaded the repo. Although, I am lauching the app directly from the github repo.

Steps to reproduce

I have followed the instructions in the the README demo:

  1. Run "pip install --upgrade streamlit opencv-python" on linux terminal.
  2. Run "streamlit run https://raw.githubusercontent.com/streamlit/demo-self-driving/master/streamlit_app.py"
    * on the README, "streamlit_app.py" is actually just "app.py", but I changed it since the file name in the repo has changed to "streamlit_app.py"
  3. Open "localhost:8501" in browser.
  4. Select "Run the app" in the sidebar in the left.

Expected behavior:

It is expected that the app will run and display the images with the object detection. Instead, I am getting this error.

Actual behavior:

When I select the "Run the app" option in the left sidebar, I get the following error:

image

Debug info

  • Streamlit version: 0.69.2
  • Python version: 3.8.3
  • Using Conda 4.9.0
  • OS version: Ubuntu 20.04

I'll be thankful if anyone can help.

@randyzwitch randyzwitch transferred this issue from streamlit/streamlit Oct 20, 2020
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

1 participant