Regarding the issue of packaging fastmcp with pyinstaller #2601
Unanswered
JoeanAmier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an error when using GitHub Actions to package a program for the Windows 11 ARM environment:
importlib.metadata.PackageNotFoundError: No package metadata was found for fastmcp.The error "No package metadata was found for fastmcp" only appeared after I added
--hidden-import diskcacheto the packaging command. It was packaging correctly before that.The complete workflow can be checked at the following link: https://github.com/JoeanAmier/XHS-Downloader/actions/runs/20154327310. I'm not sure if the
--copy-metadata fastmcpparameter is causing the issue.Beta Was this translation helpful? Give feedback.
All reactions