RaviSoji / plda

Probabilistic Linear Discriminant Analysis & classification, written in Python.
https://ravisoji.com
Apache License 2.0
128 stars 31 forks source link

cannot install through pip install plda #55

Closed gzhu06 closed 3 years ago

gzhu06 commented 3 years ago

Describe the bug After git clone, run "pip install plda", the error goes like: ERROR: Could not find a version that satisfies the requirement plda ERROR: No matching distribution found for plda

gzhu06 commented 3 years ago

solved by using pip install ./plda

RaviSoji commented 3 years ago

Thanks so much for this. I updated the installation instructions!

Ravi B. Sojitra

gzhu06 commented 3 years ago

You are welcome, nice works by the way.

RaviSoji commented 3 years ago

Thanks, I appreciate the compliment! 😀

Ravi B. Sojitra