Closed alexmarie78 closed 4 years ago
@alexmarie78 indeed, you can see from the Trove classifiers that we dont' claim that that version is compatible with Python 3.8 yet. In fact it is, but the issue is with the asteval
package; you will need to install asteval>=0.9.16
and it will all work. By the time Debian will actually transition to Python 3.8 we will likely have released a new version where this is all sorted out.
Description
The lmfit-py package fails to build from source in Ubuntu focal, because Ubuntu has begun the transition to python3.8 and lmfit-py 0.9.14 is not source-compatible with python3.8.
Error message:
Version information
lmfit: 0.9.11, scipy: 1.1.0, numpy: 1.16.2, asteval: 0.9.12, uncertainties: 3.0.2, six: 1.12.0
Link(s)
Here is the link of the discussion bug in debian.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943786