Dependency issue on Py 3.9 due to click._bashcomplete
See original GitHub issueImporting frictionless-py at 4.12.4 into a Python 3.9.6 environment fails due to an issue in Typer. You might want to log this upstream at https://pypi.org/project/typer/
remote: File "/app/dribdat/public/api.py", line 312, in <module>
remote: from frictionless import Package, Resource
remote: File "/app/.heroku/python/lib/python3.9/site-packages/frictionless/__init__.py", line 21, in <module>
remote: from .program import program
remote: File "/app/.heroku/python/lib/python3.9/site-packages/frictionless/program/__init__.py", line 1, in <module>
remote: from .api import program_api
remote: File "/app/.heroku/python/lib/python3.9/site-packages/frictionless/program/api.py", line 1, in <module>
remote: from typer import Option as Opt
remote: File "/app/.heroku/python/lib/python3.9/site-packages/typer/__init__.py", line 29, in <module>
remote: from .main import Typer as Typer
remote: File "/app/.heroku/python/lib/python3.9/site-packages/typer/main.py", line 11, in <module>
remote: from .completion import get_completion_inspect_parameters
remote: File "/app/.heroku/python/lib/python3.9/site-packages/typer/completion.py", line 10, in <module>
remote: import click._bashcomplete
remote: ModuleNotFoundError: No module named 'click._bashcomplete'
Please preserve this line to notify @roll (lead of this repository)
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Dependency errors when using python 3.9 and 3.8 · Issue #174
Issue When using python version 3.9: For me, all nox sessions ... it seems this problem is related to Duplicate dependency export #1970 ......
Read more >no module named 'click._bashcomplete' ( Fix it )
Solution 2: Reinstalling Spacy after uninstalling the click module –. As you know that every package has its own dependencies which the package...
Read more >rasa 3.0.4 not installing due to dependency issues
I am trying to install the rasa==3.0.4 version, but it fails to do so with error in the: tensorflow; tensorflow-addons. dependencies...
Read more >Specifying dependencies in Python | Cloud Functions ...
There are two ways to specify dependencies for Cloud Functions written in Python: using the pip package manager's requirements.txt file or packaging local ......
Read more >How to Package Python dependencies with PIP setuptools
Try a faster and easier way to manage your Python dependencies. Use Python 3.9 by ActiveState and build your own runtime with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @roll !
@tiangolo Thank you!