osx-10.9 | OS X 10.9 Public Sources

 by   st3fan C Version: Current License: No License

kandi X-RAY | osx-10.9 Summary

kandi X-RAY | osx-10.9 Summary

osx-10.9 is a C library typically used in macOS applications. osx-10.9 has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

OS X 10.9 Public Sources
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              osx-10.9 has a low active ecosystem.
              It has 91 star(s) with 68 fork(s). There are 13 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 3 open issues and 0 have been closed. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of osx-10.9 is current.

            kandi-Quality Quality

              osx-10.9 has no bugs reported.

            kandi-Security Security

              osx-10.9 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              osx-10.9 does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              osx-10.9 releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of osx-10.9
            Get all kandi verified functions for this library.

            osx-10.9 Key Features

            No Key Features are available at this moment for osx-10.9.

            osx-10.9 Examples and Code Snippets

            No Code Snippets are available at this moment for osx-10.9.

            Community Discussions

            QUESTION

            No such file or directory: '/opt/anaconda3/lib/python3.8/site-packages/rtree/lib'
            Asked 2022-Mar-13 at 16:13

            I am trying to build an app from a python file (Mac OS) using the py2app extension. I have a folder with the python file and the "setup.py" file.

            • I first tested the app by running python setup.py py2app -A in the terminal and the dist and build folder are successfully created and the app works when launched.
            • Now when I try to build it non-locally by running the command python setup.py py2app in the terminal, there are various "WARNING: ImportERROR" messages while building and finally a error: [Errno 2] No such file or directory: '/opt/anaconda3/lib/python3.8/site-packages/rtree/lib' error.

              How can I fix this? I've tried to delete anaconda fully as I don't use it but it seems to still want to run through it. Additionally, I have tried to run the build command using a virtual environment but I end up having even more import errors.
              *I Left out a lot of the "skipping" and "warning" lines using "..." for space
            ...

            ANSWER

            Answered 2022-Mar-13 at 16:13

            The error error: [Errno 2] No such file or directory: '/opt/anaconda3/lib/python3.8/site-packages/rtree/lib' was caused by py2app trying to build the program bundle using a non-existent interpreter. This means that even if you try to uninstall a manager like Anaconda, it still has option logs somewhere on your mac.

            The fix:

            1. Open the terminal and type the command type -a python.
            • You will see similar lines

            Source https://stackoverflow.com/questions/71414043

            QUESTION

            ERROR: Could not build wheels for pymssql, which is required to install pyproject.toml-based projects In Mac M1
            Asked 2022-Jan-20 at 14:23

            I`m using MacBook with M1 chip and seems like multiple things arent optimised for it.
            pyodbc didnt work for me, so I wanted to use pymssql.
            Though, I encountered this issue when I tried to run pip install pymssql.

            The error is as below.

            ...

            ANSWER

            Answered 2022-Jan-20 at 14:23

            On trying loads of solutions for fixing this issue, Seems like something worked out for me.
            I`m providing the code below for solving this issue.

            Important Note: Change the path as per your system.

            Source https://stackoverflow.com/questions/70333903

            QUESTION

            ERROR Could not build wheels for xmlsec, which is required to install pyproject.toml-based projects
            Asked 2021-Dec-14 at 15:09

            I am having an error when trying to install Rasa X in local mode form Terminal. Using Python 3.7.4 and pip version 21.3.1. Using Mac.

            ...

            ANSWER

            Answered 2021-Dec-04 at 11:03

            Try adding this before installing Rasa X: brew install libxml2 libxmlsec1 pkg-config

            Source https://stackoverflow.com/questions/70217122

            QUESTION

            Not able to install pyregion
            Asked 2021-Jun-09 at 10:56

            I have python 3.9 installed in MacOS. I am not sure if that is the issue. I am trying to install dependencies for a astronomy data processing school. All the packages get installed but pyregion gives this huge error. I suspect if python 3.9 is the issue. I am not sure how to test if this works in python 3.7. If I downgrade python will it affect all the other dependencies that I have already installed?

            Pyregion documentation says 3.4 and above are supported. I am getting this error when I try to install pyregion:
            Not really sure what this means and how to resolve it.

            ...

            ANSWER

            Answered 2021-Jun-09 at 10:56

            Indeed, it looks like the pyregion package has not been updated in some time, and contains some C sources that are not compatible with Python 3.9. There is an existing issue for this.

            It seems the latest version in github at least works:

            Source https://stackoverflow.com/questions/67881319

            QUESTION

            Tesserocr installation on Mac M1
            Asked 2021-Mar-23 at 11:07

            I have tried a lot, but still, I don't know why unable to install Tesserocr and leptonica on Mac M1. the error is here, thanks for your help.

            ...

            ANSWER

            Answered 2021-Mar-23 at 11:07

            This looks like that the leptonica-related includes are not in the includes-path of gcc. Check their location and then extend $C_INCLUDE_PATH accordingly.

            Source https://stackoverflow.com/questions/66576661

            QUESTION

            Scipy build fail on MacOS because LLVM producer != reader
            Asked 2020-Dec-13 at 12:40

            I'm trying to build Scipy from source. However, a linking step...

            ...

            ANSWER

            Answered 2020-Aug-16 at 08:00

            It seems you're using different clang (judging from the paths like /usr/local/opt/libomp/lib). Likely the one provided by conda. In order to perform build with LTO you need to use the compatible toolchain (e.g. build everything with Apple-provided toolchain or with conda-provided one).

            Source https://stackoverflow.com/questions/63428079

            QUESTION

            Cannot install pyobjc-core MacOs for python 3.8.0 (command 'gcc' failed with exit status 1)
            Asked 2020-Dec-02 at 23:12

            OS: macOS Big Sur: 11.0.1 Python: 3.8.0

            trying to install pyobjc-core==5.2 to fulfill the requirements for the "automate the boring stuff" book.

            I have tried many suggested fixes online and have yet to find a solution in this particular case. Was able to get this all installed on my windows machine but I am not familiar with macOS.

            Here is the output:

            ...

            ANSWER

            Answered 2020-Dec-02 at 23:12

            Welp, im assuming that newer versions of pyobjc/core/frameworkQuartz will work similarly when it comes to following along the book ive been reading. so I went ahead and stopped trying to install those particular versions mentioned in said book.

            Had no more issues after I installed the newest version being 7.0.1

            Source https://stackoverflow.com/questions/65116374

            QUESTION

            Python package won't work in real-life, only in virtual env
            Asked 2020-Nov-09 at 01:52
            Background

            I have a package, stacksearch which should work, at least in my virtual environment. (Here's the testpypi.)

            ...

            ANSWER

            Answered 2020-Jul-25 at 16:50

            this might be the answer to your problem. posting it as an answer allows me to use the space and formatting i need.

            The basic problem is that you are not including the stacksearch folder in your dist file.

            One way I discovered this was downloading your tar ball from pypi.test . you can see what's in the folder and it only has the scripts. another way is looking at the results of your pip install -e . command. you can see it here:

            Source https://stackoverflow.com/questions/63083420

            QUESTION

            Installation error while installing psycopg2 in pip & pip3
            Asked 2020-Nov-08 at 10:53
            ERROR: Command errored out with exit status 1:
             command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-install-c3hlgqel/psycopg2/setup.py'"'"'; __file__='"'"'/private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-install-c3hlgqel/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-record-5bw0xnzj/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/psycopg2
                 cwd: /private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-install-c3hlgqel/psycopg2/
            Complete output (151 lines):
            running install
            running build
            running build_py
            creating build
            creating build/lib.macosx-10.9-x86_64-3.8
            creating build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/_json.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/extras.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/compat.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/errorcodes.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/tz.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/_range.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/_ipaddress.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/_lru_cache.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/__init__.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/extensions.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/errors.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/sql.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            copying lib/pool.py -> build/lib.macosx-10.9-x86_64-3.8/psycopg2
            running build_ext
            building 'psycopg2._psycopg' extension
            creating build/temp.macosx-10.9-x86_64-3.8
            creating build/temp.macosx-10.9-x86_64-3.8/psycopg
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/psycopgmodule.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/green.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/green.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/pqpath.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/pqpath.o
            psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                            PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
                            ^~~~~~~~~~~~~~~~~~~~~~
            psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
                ret = 1;
                      ^
            psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                            PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
            3 warnings generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/utils.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/utils.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/bytes_format.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/bytes_format.o
            In file included from psycopg/bytes_format.c:82:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/libpq_support.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/libpq_support.o
            In file included from psycopg/libpq_support.c:30:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/win32_support.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/win32_support.o
            In file included from psycopg/win32_support.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/solaris_support.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/solaris_support.o
            In file included from psycopg/solaris_support.c:29:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/aix_support.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/aix_support.o
            In file included from psycopg/aix_support.c:29:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/connection_int.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/connection_int.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/connection_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/connection_type.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/cursor_int.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/cursor_int.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/cursor_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/cursor_type.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/column_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/column_type.o
            In file included from psycopg/column_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_connection_type.o
            In file included from psycopg/replication_connection_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_cursor_type.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_message_type.o
            In file included from psycopg/replication_message_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/diagnostics_type.o
            In file included from psycopg/diagnostics_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/error_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/error_type.o
            In file included from psycopg/error_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/conninfo_type.o
            In file included from psycopg/conninfo_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/lobject_int.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/lobject_int.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/lobject_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/lobject_type.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/notify_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/notify_type.o
            In file included from psycopg/notify_type.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/xid_type.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/xid_type.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_asis.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_binary.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_datetime.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_list.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_list.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pboolean.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pdecimal.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pint.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pfloat.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_qstring.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/microprotocols.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/microprotocols.o
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/microprotocols_proto.o
            In file included from psycopg/microprotocols_proto.c:28:
            In file included from ./psycopg/psycopg.h:38:
            ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
            static void Dprintf(const char *fmt, ...) {}
                        ^
            1 warning generated.
            gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130000 -DHAVE_LO64=1 -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/typecast.c -o build/temp.macosx-10.9-x86_64-3.8/psycopg/typecast.o
            gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.8/psycopg/psycopgmodule.o build/temp.macosx-10.9-x86_64-3.8/psycopg/green.o build/temp.macosx-10.9-x86_64-3.8/psycopg/pqpath.o build/temp.macosx-10.9-x86_64-3.8/psycopg/utils.o build/temp.macosx-10.9-x86_64-3.8/psycopg/bytes_format.o build/temp.macosx-10.9-x86_64-3.8/psycopg/libpq_support.o build/temp.macosx-10.9-x86_64-3.8/psycopg/win32_support.o build/temp.macosx-10.9-x86_64-3.8/psycopg/solaris_support.o build/temp.macosx-10.9-x86_64-3.8/psycopg/aix_support.o build/temp.macosx-10.9-x86_64-3.8/psycopg/connection_int.o build/temp.macosx-10.9-x86_64-3.8/psycopg/connection_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/cursor_int.o build/temp.macosx-10.9-x86_64-3.8/psycopg/cursor_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/column_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_connection_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_cursor_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/replication_message_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/diagnostics_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/error_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/conninfo_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/lobject_int.o build/temp.macosx-10.9-x86_64-3.8/psycopg/lobject_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/notify_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/xid_type.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_asis.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_binary.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_datetime.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_list.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pboolean.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pdecimal.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pint.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_pfloat.o build/temp.macosx-10.9-x86_64-3.8/psycopg/adapter_qstring.o build/temp.macosx-10.9-x86_64-3.8/psycopg/microprotocols.o build/temp.macosx-10.9-x86_64-3.8/psycopg/microprotocols_proto.o build/temp.macosx-10.9-x86_64-3.8/psycopg/typecast.o -L/usr/local/lib -lpq -lssl -lcrypto -o build/lib.macosx-10.9-x86_64-3.8/psycopg2/_psycopg.cpython-38-darwin.so
            ld: library not found for -lssl
            clang: error: linker command failed with exit code 1 (use -v to see invocation)
            error: command 'gcc' failed with exit status 1
                ----------------------------------------
            ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-install-c3hlgqel/psycopg2/setup.py'"'"'; __file__='"'"'/private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-install-c3hlgqel/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lg/lbkd30x17sd9xv90pkf4gt640000gn/T/pip-record-5bw0xnzj/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.8/include/python3.8/psycopg2 Check the logs for full command output.
            
            ...

            ANSWER

            Answered 2020-Nov-08 at 06:46

            Building psycopg requires a few prerequisites (a C compiler, some development packages). Only if those prerequisites are met, you can install psycopg2 using pip.

            You can obtain a stand-alone package, not requiring a compiler or external libraries, by installing the psycopg2-binary package from PyPI:

            Source https://stackoverflow.com/questions/64735172

            QUESTION

            how to fix an "scrap.c:27:10: fatal error: 'SDL.h' file not found" when trying to install pygame onto MacBook
            Asked 2020-Oct-27 at 18:26

            I have already installed XCode on my Mac. I have also tried several different methods from different websites to install pygame, but i always get an error. For example: I typed pip install pygame==1.9.3 into my terminal and the error was:

            ...

            ANSWER

            Answered 2020-Oct-27 at 15:19

            It appears to be failing due to the required SDL file not existing:

            src/scrap.c:27:10: fatal error: 'SDL.h' file not found

            Have you tried installing the required dependencies separately to ensure that you actually have SDL installed? If not, try the following command:

            brew install sdl sdl_image sdl_mixer sdl_ttf portmidi

            This should install the required dependencies, as mentioned in an answer here. If this works, then you should be able to run your pygame installation command again.

            Source https://stackoverflow.com/questions/64556809

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install osx-10.9

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/st3fan/osx-10.9.git

          • CLI

            gh repo clone st3fan/osx-10.9

          • sshUrl

            git@github.com:st3fan/osx-10.9.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link