pip install vspkgenerator fails on bambou requirements
Closed this issue · 1 comments
While install vspkgenerator via pip, it has a requirements on bambou that cannot be satisfied.
I think the requirements need to be relaxed a little bit like >= 2.0.0 (and < 3.0.0).
Collecting vspkgenerator
Downloading vspkgenerator-1.0.0.tar.gz
Collecting monolithe==1.0.0 (from vspkgenerator)
Downloading monolithe-1.0.0.tar.gz (85kB)
100% |████████████████████████████████| 92kB 3.4MB/s
Requirement already satisfied (use --upgrade to upgrade): jinja2 in /usr/local/lib/python2.7/dist-packages (from monolithe==1.0.0->vspkgenerator)
Requirement already satisfied (use --upgrade to upgrade): colorama in /usr/local/lib/python2.7/dist-packages (from monolithe==1.0.0->vspkgenerator)
Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from monolithe==1.0.0->vspkgenerator)
Collecting bambou==2.0.0 (from monolithe==1.0.0->vspkgenerator)
Could not find a version that satisfies the requirement bambou==2.0.0 (from monolithe==1.0.0->vspkgenerator) (from versions: 1.0.0, 2.0.1, 2.1.0)
No matching distribution found for bambou==2.0.0 (from monolithe==1.0.0->vspkgenerator)
This issue will be fixed with the next release. I will keep you posted ! :)