Opened 7 years ago

Last modified 7 years ago

#54469 closed defect

problem using python 3.6 in Sierra 10.12.5/Xcode 8.3.3 — at Version 2

Reported by: lpagani91 Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: python36

Description (last modified by mf2k (Frank Schima))

Python 3.5 + pip + setuptools now work on my Mac.

Lorenzo>python3.5
Python 3.5.3 (default, Apr 23 2017, 18:09:27) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
>>>

I uninstalled the 3.6 versions of all 3 packages (python, pip, setuptolls) and reinstalled them. Everything OK but when I try to use python 3.6 it crashes :

Lorenzo>python3.6
Python 3.6.1 (default, Apr 24 2017, 06:18:27) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
Python(96720,0x7fffcc2cc3c0) malloc: *** error for object 0x101789318: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort

Change History (2)

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Cc: jwa@… removed
Owner: set to jyrkiwahlstedt
Status: newassigned

In the future, please use WikiFormatting.

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.