Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with 3.3.0.14 #5

Open
cy8aer opened this issue Apr 20, 2020 · 3 comments
Open

Does not work with 3.3.0.14 #5

cy8aer opened this issue Apr 20, 2020 · 3 comments

Comments

@cy8aer
Copy link

cy8aer commented Apr 20, 2020

... because SailfishOS updated to Python 3.8.1!

@sbridger
Copy link

sbridger commented May 9, 2021

Module mpmath missing in 4.0.18.

https://forum.sailfishos.org/t/missing-python-module-how-to-install/6195

[nemo@Sailfish ~]$ harbour-rpncalc
[D] unknown:0 - Using Wayland-EGL
[D] unknown:0 - Got library name:  "/usr/lib/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so"
[D] unknown:0 - "PyOtherSide error: Traceback (most recent call last):\n\n  File \"/usr/share/harbour-rpncalc/python/rpncalc_engine.py\", line 11, in <module>\n    import rpncalc_mpmath_backend as mpmathBackend\n\n  File \"/usr/share/harbour-rpncalc/python/rpncalc_mpmath_backend.py\", line 2, in <module>\n    import mpmath\n\nModuleNotFoundError: No module named 'mpmath'\n"
[W] unknown:0 - Unhandled PyOtherSide error: Cannot import module: rpncalc_engine (Traceback (most recent call last):

  File "/usr/share/harbour-rpncalc/python/rpncalc_engine.py", line 11, in <module>
    import rpncalc_mpmath_backend as mpmathBackend

  File "/usr/share/harbour-rpncalc/python/rpncalc_mpmath_backend.py", line 2, in <module>
    import mpmath

ModuleNotFoundError: No module named 'mpmath'
)```

@sbridger
Copy link

sbridger commented May 9, 2021

mpmath was all that was missing:

devel-su pkcon install python3-pip
pip install --user mpmath
`

@cy8aer
Copy link
Author

cy8aer commented Jun 2, 2021

This is only a fixup and cannot be expected from an end user

Two ways to get it running:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants