You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/24 16:47:36 UTC

[GitHub] [incubator-superset] rjurney opened a new issue #7369: 0.31 build fails: croniter 0.3.26 is not on PyPi

rjurney opened a new issue #7369: 0.31 build fails: croniter 0.3.26 is not on PyPi
URL: https://github.com/apache/incubator-superset/issues/7369
 
 
   The 0.31 branch uses croniter 0.3.26 but this package was mistakenly removed from PyPi and it does not have an update option. See [https://github.com/taichino/croniter/issues/124](https://github.com/taichino/croniter/issues/124).
   
   The package is available from one of the maintainers here: https://github.com/kiorky/croniter/archive/0.3.26.tar.gz We can either upgrade to 0.3.28/29, or we can install the package in a different way.
   
   master branch already uses 0.3.29, sop I think we should bump the version in 0.31 to 0.3.29. On a brief look I wasn't able to characterize the changes made since 0.3.26.
   
   ### Expected results
   
   I expect croniter to install without error via `pip install -r requirements.txt` in the 0.31 branch.
   
   ### Actual results
   
   `pip install -r requirements.txt` results in:
   
   ```bash
   Collecting croniter==0.3.26 (from -r requirements.txt (line 20))
     ERROR: Could not find a version that satisfies the requirement croniter==0.3.26 (from -r requirements.txt (line 20)) (from versions: 0.1.4.macosx-10.5-i386, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.2.0, 0.2.2, 0.2.4, 0.2.5, 0.2.7, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13, 0.3.14, 0.3.15, 0.3.16, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.22, 0.3.23, 0.3.24, 0.3.25, 0.3.28, 0.3.29, 0.3.30)
   ERROR: No matching distribution found for croniter==0.3.26 (from -r requirements.txt (line 20))
   ```
   
   #### How to reproduce the bug
   
   1. Go to superset git project root directory
   2. `git checkout --track origin/0.31`
   3. `pip install -r requirements.txt`
   4. See error
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: 0.31
   - python version: 3.6.7
   - node.js version: v11.14.0
   - npm version: 6.9.0
   
   ### 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. - **No, this works on branch master as the version there is 0.3.29.**
   - [*] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Woo woo!
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org