shafad1 opened a new issue, #20914:
URL: https://github.com/apache/superset/issues/20914
A clear and concise description of what the bug is.
#### How to reproduce the bug
1. Go to linux server
2. pip install pip install apache-superset
getting the following error
Traceback (most recent call last):
File "/home/dbaseuser/venv/bin/superset", line 6, in <module>
from pkg_resources import load_entry_point
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 3252, in <module>
def _initialize_master_working_set():
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 3235, in _call_aside
f(*args, **kwargs)
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 585, in _build_master
return cls._build_from_requirements(__requires__)
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 598, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File
"/home/dbaseuser/venv/lib64/python3.8/site-packages/pkg_resources/__init__.py",
line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cachelib<0.5,>=0.4.1' distribution
was not found and is required by apache-superset
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]