-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the modAL package has been changed into modal in the pip repository #170
Comments
this is pretty serious as packages depending on modal cannot be installed properly now |
The new package name is |
`----> 4 from modAL.models import ActiveLearner ModuleNotFoundError: No module named 'modAL'
ModuleNotFoundError: No module named 'modAL'` Changing the name package folder from "modal" to "modAL" worked.. |
@kcambrek I believe that having install If you don't want to delete the whole enviroment and install the packages, maybe try:
|
Doing this i am getting |
Could we update the docs to the new package name? This puzzled me for a little while. https://modal-python.readthedocs.io/en/latest/content/overview/Installation.html# Happy to PR if helpful |
Poetry as package manager:
I cannot get it to run. From my point of view the library is completely unusable at the moment. |
This problem still exists |
Installing modAL like this: pip install modAL-python |
import modAL is not working. Most of the modules that is found in the official documentation is not working
The text was updated successfully, but these errors were encountered: