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
Trying to pip install aider-chat in a new venv with python 3.13.0 (mac) fails twice (at least):
setuptools is not in requirements.txt so needs manually installing to install distutils
The pinned version of numpy isn't compatible with python 3.13. A compatible version (1.26.4) can be installed manually, but aider pins specifically to 1.24.3 which can't be installed.
Aider should probably pin to numpy~=1.24.3, for >= that version, or just upgrade. There may be other errors but I can't get past that one.
The numpy error is:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
Version and model info
Aider 0.66.0, Python 3.13.0, pip=24.3.1, Mac.
The text was updated successfully, but these errors were encountered:
Issue
Trying to
pip install aider-chat
in a new venv with python 3.13.0 (mac) fails twice (at least):Aider should probably pin to
numpy~=1.24.3
, for >= that version, or just upgrade. There may be other errors but I can't get past that one.The numpy error is:
Version and model info
Aider 0.66.0, Python 3.13.0, pip=24.3.1, Mac.
The text was updated successfully, but these errors were encountered: