Skip to content
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

Closed
3 tasks
umesh11111 opened this issue Dec 17, 2019 · 16 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@umesh11111
Copy link

umesh11111 commented Dec 17, 2019

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

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Environment

(please complete the following information):

  • superset version: superset version
  • python version: python --version
  • node.js version: node -v
  • npm version: npm -v

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

Add any other context about the problem here.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the !deprecated-label:bug Deprecated label - Use #bug instead label Dec 17, 2019
@umesh11111 umesh11111 changed the title while installing the superset .35.1 using pip install apache-superset==0.35.1,so at the end i am getting the below error "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)" Getting error while installing the superset .35.1 version using pip install apache-superset==0.35.1 Dec 17, 2019
@dpgaspar
Copy link
Member

dpgaspar commented Dec 17, 2019

Hi,

Please post your OS name and version

@gry77
Copy link

gry77 commented Dec 17, 2019

I'm facing this issue as well...
OS : macOS Mojave 10.14.6
command to install : "pip install apache-superset"

@umesh11111
Copy link
Author

windows 10

@rplescia
Copy link

rplescia commented Dec 18, 2019

Windows 10, Python 3.7.5
It seems as though pyarrow 0.14.1 has been removed from PyPi.org. if I run 'pip install pyarrow==0.14.1' I get the same error message. I can install everything <= 0.14.0 and >=0.15.0. Perhaps the dependency on 0.14.1 needs to be removed

@umesh11111
Copy link
Author

so we can not install .35 in windows

@rplescia
Copy link

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

@umesh11111
Copy link
Author

can you help me out , can we save superset metadata to Oracle db instead of postgresdb?

@dpgaspar
Copy link
Member

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 pip install pyarrow==0.15.1 on your env?

@gry77
Copy link

gry77 commented Dec 18, 2019

@dpgaspar , below is the error when i run "pip install apache-superset"

ERROR: Could not find a version that satisfies the requirement pyarrow<0.15.0,>=0.14.1 (from apache-superset) (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.1) ERROR: No matching distribution found for pyarrow<0.15.0,>=0.14.1 (from apache-superset)

Then I tried run "pip install pyarrow==0.14.1"

ERROR: Could not find a version that satisfies the requirement pyarrow==0.14.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.1)
ERROR: No matching distribution found for 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

@rplescia
Copy link

@umesh11111 Windows is not supported. But can I ask you to pip install pyarrow==0.15.1 on your env?

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)

@rplescia
Copy link

rplescia commented Dec 19, 2019

I cloned the git repository last night and inspected the code. In setup.py I found this on line #100 pyarrow>=0.15.1, <0.16.0. After that I pulled the source files off of PyPi.org and inspected the same line of code and found pyarrow>=0.14.1, <0.15.0. This means that there is a mismatch between the source on Github and the source on PyPi

@dpgaspar Are you able to push the latest setup.py to PyPi?

@dpgaspar
Copy link
Member

dpgaspar commented Jan 3, 2020

@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

@rplescia
Copy link

rplescia commented Jan 7, 2020

I look forward to the new release

@rplescia
Copy link

@dpgaspar I can now confirm this works for me, you can probably close this issue if no one objects

@stale
Copy link

stale bot commented Mar 16, 2020

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 .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Mar 16, 2020
@stale stale bot closed this as completed Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

4 participants