Introduced sip-4.14 in python3.2.2 environment with MacOS 10.7.4

Perhaps easy_install, pip, and brew all result in an error from the package. .. ..

It seems that you need to build it yourself Procedure for the time being

http://www.riverbankcomputing.co.uk/software/sip/download Download the latest version of compression (4.14 at this point) with tar.gz from.

On the shell screen


tar zxvf sip-4.14.tar.gz
cd ./sip-4.14
python3.2 ./configure.py --arch=x86_64
make
make install

Maybe configure.py will give an error. I was. Error: SIP requires Python to be built as a framework The solution is based on the results of various searches http://meme.biology.tohoku.ac.jp/students/iwasaki/python/pyqt.html Than. It's about line 1490 in siputils.py and line 1600 in sipconfig.py under ./sip-4.14

ex


            if "Python.framework" not in dl:
                error("SIP requires Python to be built as a framework")

If you comment out with # at the beginning of the line, it will pass, maybe.

Recommended Posts

Introduced sip-4.14 in python3.2.2 environment with MacOS 10.7.4
Development environment in Python
Virtual environment with Python 3.6
Create a virtual environment with conda in Python
Work in a virtual environment with Python virtualenv.
Use Python in Anaconda environment with VS Code
Periodically execute python script with cron in venv environment
Scraping with selenium in Python
Working with LibreOffice in Python
Install Python environment with Anaconda
Japanese can be used with Python in Docker environment
Scraping with chromedriver in python
Manage python environment with virtualenv
Debugging with pdb in Python
Handle environment variables in Python
Scraping with Selenium in Python
Build python3 environment with ubuntu 16.04
Scraping with Tor in Python
Build python environment with direnv
Tweet with image in Python
Combined with permutations in Python
Try running python in a Django environment created with pipenv
[SAP CP] Web API created with python in CF environment
Install CaboCha in Ubuntu environment and call it with Python.
Number recognition in images with Python
Get started with Python! ~ ① Environment construction ~
GOTO in Python with Sublime Text 3
Working with LibreOffice in Python: import
Build python virtual environment with virtualenv
Scraping with Selenium in Python (Basic)
CSS parsing with cssutils in Python
Install scrapy in python anaconda environment
Build Mysql + Python environment with docker
Numer0n with items made in Python
Create a virtual environment with Python!
Open UTF-8 with BOM in Python
Building a virtual environment with Python 3
Use rospy with virtualenv in Python3
install tensorflow in anaconda + python3.5 environment
Heatmap with Dendrogram in Python + matplotlib
Read files in parallel with Python
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
Password generation in texto with python
Use OpenCV with Python 3 in Window
Until dealing with python in Atom
Prepare Python development environment with Atom
Working with DICOM images in Python
How to use python put in pyenv on macOS with PyCall
Install pip in Serverless Framework and AWS Lambda with Python environment
[Pyenv] Building a python environment with ubuntu 16.04
Write documentation in Sphinx with Python Livereload
Get additional data in LDAP with python
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
[Python] Building an environment with Anaconda [Mac]
Spiral book in Python! Python with a spiral book! (Chapter 14 ~)
Try logging in to qiita with Python
Change Python 64bit environment to 32bit environment with Anaconda
Stress Test with Locust written in Python
Building a Python3 environment with Amazon Linux2
Exclusive control with lock file in Python
Python development environment for macOS using venv 2016