Replies: 1 comment
-
Hi all, we have a release candidate fixing this issue. Download it directly from test.pypi:
|
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I wanted to try DelphiFMX4Python on my Ubuntu 18.04 LTS system but ran into problems immediately. After installing it using
pip install delphifmx
, I tried to run the simplest example and it segfaulted, immediately upon attempting to import the module; for example:@lmbelo asked about whether I had installed Python (which of course, I had), telling me that unfortunately, "the Python version distributed by apt-get is not supported."
If you are running in to this problem, you may want to install a supported version of Python using these scripts, which are in the repo. (Note: I found a version of Python 3.7 on my system that worked, so I didn't try these scripts myself, but the scripts probably are an easy option that you can consider.)
Beta Was this translation helpful? Give feedback.
All reactions