Skip to content
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

Can't install with pip on python 3.13 #2513

Closed
boosh opened this issue Dec 2, 2024 · 1 comment
Closed

Can't install with pip on python 3.13 #2513

boosh opened this issue Dec 2, 2024 · 1 comment

Comments

@boosh
Copy link

boosh commented Dec 2, 2024

Issue

Trying to pip install aider-chat in a new venv with python 3.13.0 (mac) fails twice (at least):

  1. setuptools is not in requirements.txt so needs manually installing to install distutils
  2. 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.

@paul-gauthier
Copy link
Collaborator

This looks like a duplicate of #1984. Please see the comments there for more information, and feel free to continue the discussion within that issue.

I'm going to close this issue for now. But please let me know if you think this is actually a distinct issue and I will reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants