Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
install problem 3.9.1
#1
Hello,
I am unable to install python3.9.1 on openSUSE 15.2.
I start with a new basic openSUSE 15.2 leap installation where python3.6 is correctly working.
I want to install 3.9 in addition to it and I do:
# zypper in readline-devel
# zypper in libffi-devel
$ tar -xvf Python-3.9.1.tar.xz
$ ./configure
# make altinstall --> Successfully installed pip-20.2.3

$ python3.9 --> ModuleNotFoundError : No module named 'readline'
apart from auto completion with tab is seems to work fine.
How can I add the readline module as readline-devel library is available at compile time?

$ pip3.9 --version --> ModuleNotFoundError : No module named '_posixsubprocess'
After reading many posts I still have no idea how to solve this. This way pip3.9 is not usable.

I hope you can give me a hint to solve this, thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem install somewhere package akbarza 1 478 Dec-27-2023, 01:25 PM
Last Post: Gribouillis
  Problem trying to install UniCurses on Python-3.12 / W10-64 rdmaia 5 1,179 Aug-02-2023, 06:24 PM
Last Post: DeaD_EyE
  Pip install problem with Python 3.7, not 3.9 Mark98 2 1,616 Aug-02-2023, 11:51 AM
Last Post: Mark98
  ibm_db install problem mesi1000 1 3,148 Oct-27-2022, 06:54 PM
Last Post: snippsat
  Problem: Restart kernel onPydev console when trying to install a python package poppy2020 1 7,688 Nov-25-2020, 06:13 PM
Last Post: Larz60+
  PIP install problem samuelbachorik 1 4,124 Jul-31-2020, 01:33 AM
Last Post: Larz60+
  OpenCV Install Problem siansoft 2 3,473 Mar-19-2017, 11:03 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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