Opened 8 years ago
Closed 8 years ago
#52558 closed defect (duplicate)
python36 requests install of py36-readline
Reported by: | nhojpatrick (John Patrick) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | jyrkiwahlstedt, kundor (Nicholas Matteo) | |
Port: | python36 py36-readline |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
just upgraded to Sierra 10.12 so uninstalled everything and reinstalled what I actually use.
when installing python36 it reports to install py36-readline if using it by the command line, but I've searched for py36-readline and it doesn't appear to exist...
---> Activating python36 @3.6.0b1_0+universal To make this the default Python or Python 3 (i.e., the version run by the 'python' or 'python3' commands), run one or both of: sudo port select --set python python36 sudo port select --set python3 python36 ############################################################## # IF YOU ARE USING PYTHON FROM THE TERMINAL, PLEASE INSTALL: # py36-readline # TO AVOID A LIBEDIT / PYTHON INTERACTION ISSUE. # REF: https://trac.macports.org/ticket/48807 ############################################################## ---> Cleaning python36
Change History (4)
comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jwa@… added |
---|---|
Description: | modified (diff) |
comment:2 Changed 8 years ago by kundor (Nicholas Matteo)
This is still the case now that Python 3.6.0 is released. python36 setup requests the installation of py36-readline, which doesn't exist. There is a port named py36-gnureadline.
comment:3 Changed 8 years ago by kundor (Nicholas Matteo)
Cc: | kundor added |
---|
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Superseded by #53243.
Note: See
TracTickets for help on using
tickets.
Sometimes we wait until a stable version of a language is released before adding third-party modules for it. I know I do that for php. Maybe that's also the case for python. python36 is currently at version 3.6.0b1, which is beta, not stable.