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

Fix: Remove incorrect import of picolink to resolve import error in image classification example #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mahakal001
Copy link

While executing the file, I encountered the following error:

ImportError: cannot import name 'picolink' from 'fasthtml'

Upon further investigation, I discovered that picolink is located in fasthtml.common. Consequently, the import error was resolved by removing the incorrect import statement for picolink.

When I tried to run the file as it is, I got following error -

ImportError: cannot import name 'picolink' from 'fasthtml'

on a closer look, I found that the "picolink" is available in "fasthtml.common". So the import error is fixed by  removing the  incorrect  "picolink" import.
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

Successfully merging this pull request may close these issues.

1 participant