Andreas Motl
Andreas Motl
Apologies that I've missed to inspect that other report submitted by @michela more closely. It is probably the identical issue. - GH-518
Hi again, given that the code base already includes relevant fixes, fixing downstream issues would just be another release away. Let me also tag you, @kennethreitz, as well as @taoufik07,...
Hi there, can we humbly ask if someone would be able to support downstream users by running a corresponding release? Please let us know if you need any support on...
Dear Sylvie, I just rebased my patch on top of the current `master` branch. With kind regards, Andreas.
We've investigated this a bit, and indeed, the `dll.version` symbol appears to be missing completely. ```bash export MAGPLUS_HOME=/usr/local/opt/magics-4.9.3 $ python Python 3.9.7 (default, Oct 13 2021, 06:44:56) [Clang 12.0.0 (clang-1200.0.32.29)]...
We can confirm that everything works flawlessly on Linux, at least with MagPlus version 4.5.3. ```bash docker run -it --rm python:3.9-slim bash apt-get update ``` ### MagPlus 4.5.3, Magics 1.5.5...
Oh. After building MagPlus 4.9.3 on Linux, we are observing the same problem. ```bash docker run -it --rm python:3.9-slim bash ``` Install MagPlus to `/usr/local/opt/magics-4.9.3`. ```bash apt-get update apt-get install...
After some iterations over the available source packages on the [official releases page], we can confirm it stopped working with Magics 4.7.0, available from the [snapshot releases page]. ``` export...
Can we humbly ask you to carry this observation [1] forward to the appropriate authors and maintainers of the main Magics software package? Maybe someone reading here is already better...
Hi again, we just submitted a patch at https://github.com/ecmwf/magics/pull/47. With this, _selfcheck_ works flawlessly again. ``` $ python -m Magics selfcheck Found: Magics 'Magics 4.9.3'. Your system is ready. ```...