Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

Python 3.12 Fails Installation #105

Closed ihimanshurawat closed 6 months ago

ihimanshurawat commented 7 months ago

Hello, With Python 3.12 the installation is failing.

Error - AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

I downgraded to Python 3.11.7 and installed it successfully.

We can add a callout to avoid confusion.

crypt0inf0 commented 6 months ago

Change the numpy version from numpy==1.24.2 to numpy on setup.py file will complete the package install.