Ok, things went smoothly with python3 ```sudo yum install -y python3 python3-virtualenv virtualenv-3 elasticluster ... pip3 install -e . ```
Perfect. Thanks! On Thursday, March 26, 2020 at 5:53:41 PM UTC+1, Maiken Pedersen wrote: > > Thanks for getting back to me. > > Yeah, maybe there were some changes since 10.03 where everything worked > fine, and now. > > Would be perfect if you could send me a list of packages. Since I am on > centos7 I am not 100% sure how smooth and easy it will be to use python3 . > It is not there by default. > > Typical, just the evening before a tutorial :( :) > > > > On Thursday, March 26, 2020 at 5:46:29 PM UTC+1, Riccardo Murri wrote: >> >> Hello Maiken, >> >> `futurist` seems to be a legit Python package: >> https://pypi.org/project/futurist/ >> >> The thing is, according to PyPI metadata it is only compatible with >> Python >=3.6, whereas you are installing with Python 2.7? >> >> It is not a dependency of ElastiCluster per se, but reading the output of >> `pip install` it seems to come from `openstacksdk`. I guess OpenStack >> dropped Python 2.7 support now. >> For workarounds: >> >> - could you use Python 3.6 instead? >> - I can send the list pf Python package dependencies that I use locally, >> which you may be able to reproduce by doing `pip install -r`. >> >> Ciao, >> R >> >> -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticluster/511b65b5-5b3b-4448-8fab-641348b0bb56%40googlegroups.com.
