MelJan / PyDeep

PyDeep is a machine learning / deep learning library with focus on unsupervised learning. The library has a modular design, is well documented and purely written in Python/Numpy. This allows you to understand, use, modify, and debug the code easily. Furthermore, its extensive use of unittests assures a high level of reliability and correctness.
http://pydeep.readthedocs.io/en/latest/index.html
52 stars 14 forks source link

PyDeep is not installing #9

Closed Harish11999 closed 1 year ago

Harish11999 commented 1 year ago

image

There is an error while installing the package

MelJan commented 1 year ago

This pacakge is not listet in pypi, so by using pip install pydeep you are installing a different package that has the same name. Please follow the Installation documentation i.e. Download the repository and pip install .