aia-uclouvain/pydl8.5

Upload 0.1.8 to PyPi

Closed this issue · 1 comments

Version 0.1.5 of dl8.5 uses sklearn.neighbors.DistanceMetric, causing error :

ImportError: cannot import name 'DistanceMetric' from 'sklearn.metrics' (/home/linux/miniconda3/envs/python_ai/lib/python3.8/site-packages/sklearn/metrics/__init__.py)

This is fixed in later versions of dl8.5 but these were not uploaded to PyPi, hence pip install throws the error above with the latest version of sklearn.
So, please upload version 0.1.8 to PyPi.

OK, my bad, I figured out that I relied on the bad package ;
See dl8.5 on PyPi ; the latest version is 0.0.15.
See pydl8.5 on PyPi ; the latest version is indeed 0.1.8.