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.

Installation ERROR

See original GitHub issue

Hi, I have tried to make a brand new installation of Superset and it was impossible. It complains about a conflict with library versions

Superset version

0.27

Expected results

Run superset locally with docker commands

Actual results

The installation fails in the last step

Steps to reproduce

Follow the official Documentation to install Superset. The command that prompts the error is: bash docker-init.sh

Console output says:

`Traceback (most recent call last): File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 655, in _build_master ws.require(requires) File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 963, in require needed = self.resolve(parse_requirements(requirements)) File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 854, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (Click 7.0 (/usr/local/lib/python3.5/dist-packages), Requirement.parse(‘click==6.7’), {‘Flask-AppBuilder’})

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File “/usr/local/bin/fabmanager”, line 6, in <module> from pkg_resources import load_entry_point File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 3019, in <module> @_call_aside File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 3003, in _call_aside f(*args, **kwargs) File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 3032, in _initialize_master_working_set working_set = WorkingSet._build_master() File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 657, in _build_master return cls._build_from_requirements(requires) File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 670, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 849, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The ‘click==6.7’ distribution was not found and is required by Flask-AppBuilder`

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
hakangurelcommented, Oct 12, 2018

I’ve fixed the same issue as follows:

pip install Click==6.7 --user pip install colorama==0.3.9 --user

0reactions
stale[bot]commented, Apr 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >
How to Fix Microsoft Windows 10 Installation Error Codes
This document covers the list of Windows 10 installation error codes with its corresponding Cause and Resolution. Learn how to Fix!
Read more >
If an error occurred while updating or installing macOS
If an error occurred while updating or installing macOS · Check your internet connection · Install in safe mode · Install after repairing...
Read more >
Fix problems installing Chrome - Google Chrome Help
Fix problems installing Chrome. If you get an error message when you try to download and install Google Chrome, try these fixes. Fix...
Read more >
FIX: Windows 10 Installation has failed Error - YouTube
Interested in how to FIX: Windows 10 Installation has failed Error ?This video will show you how to do it!This is a serious...
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