We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pipes
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
After a pipx installation I get the following error message :
pipx
File "/home/chepycou/.local/lib/python3.13/site-packages/fire/core.py", line 59, in <module> import pipes ModuleNotFoundError: No module named 'pipes'
It seems like it is due to the deprecation of the module And the version of python-fire should be bumped up
The text was updated successfully, but these errors were encountered:
b29f6d7
Thank you for pointing this out, I've put up the fix and added 3.13 to the test matrix. I will make a release this weekend hopefully.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After a
pipx
installation I get the following error message :It seems like it is due to the deprecation of the module And the version of python-fire should be bumped up
The text was updated successfully, but these errors were encountered: