clarinsi / classla

CLASSLA Fork of the Official Stanford NLP Python Library for Many Human Languages
https://www.clarin.si/info/k-centre/
Other
38 stars 19 forks source link

Problem installing classla on Python version 3.12 #45

Closed 0sebek closed 8 months ago

0sebek commented 10 months ago

Describe the bug I tried to port my Python to the latest release version 3.12. After trying to install classla, I came to the error ModuleNotFoundError: No module named 'distutils'. After some digging, I found out Python no longer includes distutils module.

To Reproduce Steps to reproduce the behavior:

  1. Run pip install classla on fresh installation of Python 3.12.1

Expected behavior Classla should install successfuly

Environment (please complete the following information):

nljubesi commented 8 months ago

Thanks for reporting this! We are currently supporting python 3.6, 3.7 and 3.8. At some point we will want to look into newer versions, and your report will be handy then.