Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
libpython3.x
#3
Read the suggestion and I used pyenv to Install Python 3.8.1
Checked what was installed
Jeff@Jeffs-iMac ~ % pyenv version
3.7.6 (set by /Users/Jeff/.pyenv/version)
Installed 3.8.1
Jeff@Jeffs-iMac ~ % pyenv install 3.8.1
python-build: use [email protected] from homebrew
python-build: use readline from homebrew
Downloading Python-3.8.1.tar.xz...
-> https://www.python.org/ftp/python/3.8.1/...8.1.tar.xz
Installing Python-3.8.1...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
Installed Python-3.8.1 to /Users/Jeff/.pyenv/versions/3.8.1

Checked what it was using
Jeff@Jeffs-iMac ~ % python -V
Python 3.7.6
Changed it to 3.8.1
Jeff@Jeffs-iMac ~ % pyenv global 3.8.1
Checked what it was using
Jeff@Jeffs-iMac ~ % python -V
Python 3.8.1

So Tried again
Home Automation Domoticz
Ran Domoticz
Result
Status: PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
Status: EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
so again Python not running

using find I have:
./.pyenv/versions/3.7-dev/lib/python3.7/config-3.7m-darwin/libpython3.7m.a
./.pyenv/versions/3.7-dev/lib/libpython3.7m.a
./.pyenv/versions/3.7-dev/lib/libpython3.x
./.pyenv/versions/3.7.6/lib/python3.7/config-3.7m-darwin/libpython3.7m.a
./.pyenv/versions/3.7.6/lib/libpython3.7m.a
./.pyenv/versions/3.7.6/lib/libpython3.x
./.pyenv/versions/3.7.6/lib/libpython3.xAlias
./.pyenv/versions/3.8.1/lib/libpython3.8.a
./.pyenv/versions/3.8.1/lib/python3.8/config-3.8-darwin/libpython3.8.a

but no libpython3.x
Reply


Messages In This Thread
libpython3.x - by Jeff - Feb-02-2020, 09:19 AM
RE: libpython3.x - by Larz60+ - Feb-02-2020, 02:08 PM
RE: libpython3.x - by Jeff - Feb-07-2020, 10:24 AM
RE: libpython3.x - by TonkaNL - Feb-19-2020, 10:48 AM
RE: libpython3.x - by TonkaNL - Feb-19-2020, 12:42 PM
RE: libpython3.x - by Larz60+ - Feb-19-2020, 01:27 PM

Forum Jump:

User Panel Messages

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