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

executorch 0.4.0: module 'executorch' has no attribute '__version__' #7292

Open
guangy10 opened this issue Dec 11, 2024 · 1 comment
Open

Comments

@guangy10
Copy link
Contributor

guangy10 commented Dec 11, 2024

🐛 Describe the bug

Unable to print package version. The issue is noticed when integrating executorch with Hugging Face optimum.

  1. pip install executorch
  2. python -c "import executorch; print(executorch.version)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'executorch' has no attribute '__version__'

Versions

executorch 0.4.0

@mergennachin
Copy link
Contributor

@guangy10

Oh interesting. Here's a colab notebook that I tried a few months ago during 0.4 release.

https://colab.research.google.com/drive/1qpxrXC3YdJQzly3mRg-4ayYiOjC6rue3?usp=sharing

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