-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error while installing the superset .35.1 version using pip install apache-superset==0.35.1 #8853
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi, Please post your OS name and version |
I'm facing this issue as well... |
windows 10 |
Windows 10, Python 3.7.5 |
so we can not install .35 in windows |
and MacOS, see gry77's post in further up the thread. I don't think this is an issue with superset but rather that the pyarrow 0.14.1 library has been removed from PyPi so the dependency needs to be mitigated |
can you help me out , can we save superset metadata to Oracle db instead of postgresdb? |
The oracle issue is reported on #8821 I'm really surprised pyarrow 0.14.1 does not work on MacOS can you post your logs @gry77 ? Thank you. @umesh11111 Windows is not supported. But can I ask you to |
@dpgaspar , below is the error when i run "pip install apache-superset"
Then I tried run "pip install pyarrow==0.14.1"
I think what @rplescia mentioned is correct. Somehow pyarrow 0.14.1 can't be downloaded from pypi.org and when I google this error, several other github project also facing same issue |
This doesn't fix the issue, this is because of the requirement is hard set using 0.14.1. If you update this to use 0.15.1 it would not be an issue. ERROR: Could not find a version that satisfies the requirement pyarrow<0.15.0,>=0.14.1 (from apache-superset) |
I cloned the git repository last night and inspected the code. In setup.py I found this on line #100 @dpgaspar Are you able to push the latest setup.py to PyPi? |
@rplescia, there's no mismatch, each release obeys the Apache release process (https://github.com/apache/incubator-superset/tree/master/RELEASING), and master is always ahead. A new patch release is being prepared (0.35.2) that contains the fix you mention |
I look forward to the new release |
@dpgaspar I can now confirm this works for me, you can probably close this issue if no one objects |
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. For admin, please label this issue |
ERROR: Could not find a version that satisfies the requirement pyarrow<0.15.0,>=0.14.1 (from apache-superset==0.35.1) (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.0, 0.15.1)
ERROR: No matching distribution found for pyarrow<0.15.0,>=0.14.1 (from apache-superset==0.35.1).
Expected results
what you expected to happen.
It should install the superset
Actual results
what actually happens.
ERROR: Could not find a version that satisfies the requirement pyarrow<0.15.0,>=0.14.1 (from apache-superset==0.35.1) (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.0, 0.15.1)
ERROR: No matching distribution found for pyarrow<0.15.0,>=0.14.1 (from apache-superset==0.35.1)
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
Environment
(please complete the following information):
superset version
python --version
node -v
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: