flowersteam/explauto

Broken dependency in PIP installation

Closed this issue · 4 comments

I have tried to install explauto with pip install explauto and it has pulled the latest version of scikit-learn which has GMM deprecated and removed:

https://scikit-learn.org/0.18/modules/generated/sklearn.mixture.GMM.html

The issue seems to be fixed in developer version, but please consider making a new release. Thank you :)

Hi @dantistus ,
It should be fine now with explauto 1.4.0
Sébastien

Thanks for quick response. Sorry for reopening. I have recently installed explauto on two systems (windows 10 and ubuntu 18) and on both pip install explauto installed version 1.3.0:

pip show explauto

Name: explauto
Version: 1.3.0
Summary: Python Library for Autonomous Exploration
Home-page: https://github.com/flowersteam/explauto
Author: Clement Moulin-Frier, Pierre Rouanet, Sebastien Forestier
Author-email: sebastien.forestier@inria.fr
License: GNU GENERAL PUBLIC LICENSE Version 3
Location: /home/user/explauto/build/lib
Requires: numpy, scikit-learn, scipy

I just uploaded this morning explauto 1.4.0 on Pypi, did you upgrade ?
pip install --upgrade explauto

Aha, sorry, I didn't :) Thank you again very much!