You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing this wonderful tool! But I encountered some problems during installation.
When I tried to install on python=3.9 version, I got the following problem which you answered in your previous question: AttributeError: module 'bento' has no attribute 'io'.
Then I followed your solution:
Here comes a new problem: ERROR: Package 'bento-tools' requires a different Python: 3.9.21 not in >=3.10
Then I reinstalled on python=3.10 version, The following problem occurred:
from distutils.msvccompiler import get_build_version as get_build_msvc_version
ModuleNotFoundError: No module named 'distutils.msvccompiler'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
However, distutils is deprecated in Python 3.10. Does anyone know what might be going wrong here?
The text was updated successfully, but these errors were encountered:
Hi @Yangyizehui thanks for reporting the installation error. It seems to stem from installing an older version of scikit-learn related to #177 . I am hoping to deprecate part of the code to address this, but that will require a deep dive that I hope to have time for soon. For now, please adjust the versioning in pyproject.toml to the following and perform the local pip install as you have so far:
Thank you for developing this wonderful tool! But I encountered some problems during installation.
When I tried to install on python=3.9 version, I got the following problem which you answered in your previous question:
AttributeError: module 'bento' has no attribute 'io'
.Then I followed your solution:
Here comes a new problem:
ERROR: Package 'bento-tools' requires a different Python: 3.9.21 not in >=3.10
Then I reinstalled on python=3.10 version, The following problem occurred:
However, distutils is deprecated in Python 3.10. Does anyone know what might be going wrong here?
The text was updated successfully, but these errors were encountered: