-
Notifications
You must be signed in to change notification settings - Fork 60
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
ModuleNotFoundError: No module named 'smart_open' #623
Comments
Thank you for bringing this issue to our attention. It seems like there might be a missing dependency in the installation process for mirdata. Our apologies for any inconvenience this has caused. @guillemcortes We'll look into this immediately to ensure that all necessary dependencies, including 'smart_open', are properly included in the installation process. |
I'm also having this problem. |
Also this, after manually installing
|
2024 Macbook Pro M3 Max
MacOS Sonoma 14.1
Python 3.10.4 via pyenv virtualenv
I installed mirdata via pip through a pyproject.toml file, and after installation, calling mirdata.initialize for any dataset generates the following error message:
I can install it separately, after which the call works, but that doesn't seem right. If it's necessary for the package to run it should be installed as a dependency.
The text was updated successfully, but these errors were encountered: