question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency issue on Py 3.9 due to click._bashcomplete

See original GitHub issue

Importing 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:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lolegcommented, Jul 9, 2021

Thanks @roll !

0reactions
rollcommented, Aug 30, 2021

@tiangolo Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found