dbenielli / scikit-multimodallearn

This Python package implements algorithms for multiviews (multimodals) learning
Other
14 stars 2 forks source link

Unable to install scikit-multimodallearn #1

Open appukuttan-shailesh opened 3 weeks ago

appukuttan-shailesh commented 3 weeks ago

I am unable to install this package. The readme states:

pip install scikit-multimodallearn

But this gives:

ERROR: Could not find a version that satisfies the requirement scikit-multimodallearn (from versions: none) ERROR: No matching distribution found for scikit-multimodallearn

Moreover, I cannot find the package on PyPI: https://pypi.org/project/scikit-multimodallearn/ Error code 404 (link from README)

Installing directly from Git also fails:

pip install git+https://github.com/dbenielli/scikit-multimodallearn

error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [29 lines of output]

:58: SyntaxWarning: invalid escape sequence '\.' :58: SyntaxWarning: invalid escape sequence '\.' :58: SyntaxWarning: invalid escape sequence '\.' Traceback (most recent call last): File "", line 51, in ModuleNotFoundError: No module named 'numpy' Same for: ``` https://gitlab.lis-lab.fr/dev/scikit-multimodallearn ``` Could you guide me on installing this package?
dbenielli commented 2 weeks ago

Can you please see https://github.com/multi-learn/scikit-multimodallearn or https://gitlab.lis-lab.fr/dev/scikit-multimodallearn, this repository is old but the publication link to this one

dbenielli commented 2 weeks ago

I have done the publishing on Pypi with my appologies, let me know if the trouble persis