modAL
modAL copied to clipboard
The installation guide in the docs is wrong
According to https://modal-python.readthedocs.io/en/latest/content/overview/Installation.html# you can install from pip this way:
This doesn't work anymore, and you need pip install modAL-python. Can you please update the docs?
Came to open the same issue :) seems right in the docs https://github.com/modAL-python/modAL/blob/dev/docs/source/content/overview/Installation.rst?plain=1#L14
Is anyone going to fix this? It's been open for over a month.
Is anyone going to fix this? It's been open for over a month.
The name seems to be modal after installing it directly, I tried changing the modal file name in site-packages to modAL and it seems to work.
Is anyone going to fix this? It's been open for over a month.
The name seems to be modal after installing it directly, I tried changing the modal file name in site-packages to modAL and it seems to work.
I came to highlight this same issue as well. It can be unclear if you already have the modal library installed on your machine as they both have the same name. Changing the directory from modal to modAL fixed it for me as well.