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

airflow-pentaho-plugin installation error #2

Closed
pkashibh opened this issue Mar 22, 2021 · 2 comments
Closed

airflow-pentaho-plugin installation error #2

pkashibh opened this issue Mar 22, 2021 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@pkashibh
Copy link

Hi, I'm trying to install airflow-pentaho-plugin I'm getting the following error. I'm also trying to use Python setup.py install command and the error still remains the same. Request you to help me unblock this installation process.
Environment - Python3.9
Pip version - 21.0.1
Command - sudo pip install airflow-pentaho-plugin --proxy=http://proxy:port
Error - ERROR: Could not find a version that satisfies the requirement setuptools-git-version

I've also run the requires.txt and I see the following message when I rerun:
Requirement already satisfied: xmltodict>=0.10.0 in /usr/lib/python3.9/site-packages (from -r requires.txt (line 1)) (0.12.0)

Could you please let me know what am I missing here?

Thanks,
Pavan

@piffall piffall self-assigned this Mar 31, 2021
@piffall piffall added the bug Something isn't working label Mar 31, 2021
@piffall
Copy link
Member

piffall commented Mar 31, 2021

Hi @pkashibh .

First of all, thank you for your interest.

I've added tests for python 3.6, 3.8 and 3.9 to avoid dependencies issues. Even though, I was able to install setuptools-git-version on python 3.9 enviroment using pip 21.0.1 with no problem as you can check here:

https://travis-ci.org/github/damavis/airflow-pentaho-plugin/jobs/765317362#L181
https://travis-ci.org/github/damavis/airflow-pentaho-plugin/jobs/765317362#L183
https://travis-ci.org/github/damavis/airflow-pentaho-plugin/jobs/765317362#L203

I could not reproduce the error, so I suggest you to use a clean virtualenv (I see you used sudo pip install ..., this probably means that your environment it is not) and try it again.

I would be happy to receive more feedback.

Thanks.

@piffall piffall added question Further information is requested and removed bug Something isn't working labels Mar 31, 2021
@piffall
Copy link
Member

piffall commented Apr 8, 2021

Hi @pkashibh

Take a look at Apache Airflow requirements: https://github.com/apache/airflow#requirements , It is not tested on python3.9. I recommend you to use 3.7 or 3.8.

Thanks.

@piffall piffall closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants