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
Is there a supported version available on a stable release channel?
Yes, I installed 2.8.6.
Proposed New App Status
✅ Native
Related Issue Tracker Link or discussion
The current linked issues provide some discussion. Although they have not been closed, there are a couple of people who had success installing and running psycopg2 without any workarounds.
An Official App Download Page
I installed it using pip3 install psycopg2, I had to install PostgreSQL via Homebrew (brew install postgresql).
Additional context
I also installed the library from GitHub, and ran the test suite, which passed.
~/D/psycopg2 ((2_8_6)|…) $ python3 -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')" --verbose
test_async_after_async (tests.test_async.AsyncTests) ... ok
test_async_callproc (tests.test_async.AsyncTests) ... ok
test_async_connection_error_message (tests.test_async.AsyncTests) ... ok
test_async_cursor_gone (tests.test_async.AsyncTests) ... ok
...
test_with_error (tests.test_with.WithCursorTestCase) ... ok
test_with_ok (tests.test_with.WithCursorTestCase) ... ok
----------------------------------------------------------------------
Ran 766 tests in 19.776s
Full Screenshot with the App and Activity Monitor(if self reporting) or Silicon Info
Since this is a Python library, the app itself wiil not show up in Activity monitor, but running
The official name of the app
psycopg2
Is there a supported version available on a stable release channel?
Yes, I installed 2.8.6.
Proposed New App Status
✅ Native
Related Issue Tracker Link or discussion
The current linked issues provide some discussion. Although they have not been closed, there are a couple of people who had success installing and running psycopg2 without any workarounds.
An Official App Download Page
I installed it using
pip3 install psycopg2
, I had to install PostgreSQL via Homebrew (brew install postgresql
).Additional context
I also installed the library from GitHub, and ran the test suite, which passed.
Full Screenshot with the App and Activity Monitor(if self reporting) or Silicon Info
Since this is a Python library, the app itself wiil not show up in Activity monitor, but running
in the terminal gives a native/ARM library. The Homebrew provided Python is also ARM only (no universal binary).
The text was updated successfully, but these errors were encountered: