Python Forum
Location of python library ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Location of python library ?
#12
As I know Python is not installed by default in OSX. Have you tried to install it and build ROOT using the system python installation? In order to compile the python bindings, gcc has to know where is python.h file located. C needs this file I am not sure if it's installed if you do not have installed python itself.
You have to install python-dev and python3-dev packages. Or python-devel, python3-devel. And now I am reading that if you install Python, python headers are installed too.

brew install python
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Location of python library ? - by Annie - Mar-21-2017, 11:18 PM
RE: Location of python library ? - by Ofnuts - Mar-21-2017, 11:29 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 12:08 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 12:36 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 02:07 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 06:55 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 08:34 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:48 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 06:56 PM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:04 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 09:39 PM
RE: Location of python library ? - by wavic - Mar-23-2017, 12:44 PM
RE: Location of python library ? - by Annie - Mar-24-2017, 02:37 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 02:49 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 03:29 AM
RE: Location of python library ? - by Annie - Mar-24-2017, 03:46 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 04:16 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 06:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wrong pip3 python location or new Version 007fred50 1 3,832 Apr-02-2020, 02:36 PM
Last Post: philgoetz
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,866 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020