-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Add Python 3.13 packages for Windows #1736
Comments
@dvarrazzo Thanks for making note of this, this is currently impacting our team Fingers crossed will be resolved soon. Have a great one 😇 |
Exception has occurred: ImportError I am using the latest version of python 3.13, on windows OS. so during my pip install psycopg2 the wheel build failed as i didn't install visual studio buildtools, once this was downloaded, the installation happened smoothly. But while running the code i am getting this error. Any help would be much appreciated! Version of psycopg2 == 2.9.10 |
I have the same problem as @muizz-IHT when I try to import psycopg2 on Python 3.13 (Windows OS). Traceback (most recent call last): Any help would be much appreciated! |
I am also having this exact issue. @muizz-IHT and @Loparch. I am on python 13. tried downgrading and that didnt help. Installed using pip install pyscopg2-binary, uninstalled and reinstalled a few times. Installed the visual studio C+ tools, etc. Tried everything I could now posting this here. The issue for me happens here:
|
Is there a change to workaround this by using Github Actions instead or Python 3.13rc1 on Appvayer? |
Since Python 13 was just released in October, many library wheels and binaries haven’t been built yet. I tried using Python 12, which has been out for a year, and psycopg2 worked flawlessly. It’s also recommended to install Visual Studio Build Tools for C++ to ensure everything runs smoothly. |
I can't install psycopg2-binary for python 3.13 on Windows 10.
I've tryed to install Microsoft Visual C++ but it doesn't help. I would like to have psycopg2-binary ready for use without reistalling OS. |
@ninabel You are not required to reinstall OS. You can use Python 3.12 or move your project to psycopg 3. |
@dvarrazzo Thanks for your help, we appreciate it. Using |
Packages for other platforms already released: see #1692.
For Windows we need appveyor/ci#3927
The text was updated successfully, but these errors were encountered: