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.

cannot import name 'ParameterSource' from 'click.core'

See original GitHub issue

Installed multiple times on different project. Latest version( 22.3.0) gives the following error when lunched

ImportError: cannot import name 'ParameterSource' from 'click.core' (/usr/local/lib/python3.9/site-packages/click/core.py)```

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:23
  • Comments:12

github_iconTop GitHub Comments

17reactions
denadai2commented, Jun 16, 2022

+1 I had 22.3.0 but I solved it installing black-21.4b0

9reactions
nimishathekkarathloopercommented, Jul 7, 2022

Please uninstall black and click, Then install both to its the latest version will solve this issue. pip uninstall black pip uninstall click then pip install black pip install click

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot import name 'ParameterSource' from 'click.core'
The "ImportError: cannot import name 'ParameterSource' from 'click.core'" occurs when we have an outdated version of the click module.
Read more >
ERPNext Forum
ERPNext Forum · ImportError: cannot import name 'ParameterSource' from 'click.core' (/home/frappe/frappe.bench/env/lib/python3.10/site-packages/ ...
Read more >
Problem with using Black code formatter; can't import _ast3
However, when I try to run the "black --help" after installation, I get the error: "ImportError: cannot import the name '_ast3' from ...
Read more >
click.core — DoJSON 1.3.1 documentation - PythonHosted.org
import errno import os import sys from contextlib import contextmanager from itertools ... This ' 'will be fixed in Click 7.0' % (...
Read more >
Flask App shows ImportError: cannot import name 'Markup ...
I have successfully deployed a flask web app on Azure using the GitHub repository with App Service Plan (B2: 3). When I click...
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