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

Support Linux and Mac #26

Open
da-crivelli opened this issue Feb 18, 2023 · 4 comments
Open

Support Linux and Mac #26

da-crivelli opened this issue Feb 18, 2023 · 4 comments

Comments

@da-crivelli
Copy link
Owner

No description provided.

@luzpaz
Copy link

luzpaz commented Mar 7, 2023

Posting on the forum asking for volunteers ?

@da-crivelli
Copy link
Owner Author

da-crivelli commented Mar 26, 2023

Linux testing under support-linux currently failing behind poetry

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/freecad/Mod/Fem/femtools/ccxtools.py", line 41, in <module>
    from PySide import QtCore  # there might be a special reason this is not guarded ?!?
  File "/usr/lib/freecad/Ext/PySide/QtCore.py", line 1, in <module>
    from PySide2.QtCore import *
  File "/home/vscode/.cache/pypoetry/virtualenvs/freecadparametricfea-kI3Eui7x-py3.9/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
ImportError: /home/vscode/.cache/pypoetry/virtualenvs/freecadparametricfea-kI3Eui7x-py3.9/lib/python3.9/site-packages/PySide2/Qt/lib/libQt5Network.so.5: undefined symbol: _ZdaPvm, version Qt_5

Works a bit better if packages are installed by pip, however some results don't seem to match the Windows version for some reason

FAILED tests/test_parametric.py::test_single_parametric - assert 0.8644717225101032 > 1.9
FAILED tests/test_parametric.py::test_parametric_material - assert 0.8661463150520748 > 1.9
FAILED tests/test_parametric.py::test_parametric_generic_obj - assert 0.4211055547016598 > 0.9
FAILED tests/test_parametric.py::test_custom_outputs - assert 0.34870476594446376 > 0.7
========== 4 failed, 9 passed in 51.06s =======

@luzpaz
Copy link

luzpaz commented Apr 5, 2023

Any progress ?

@da-crivelli
Copy link
Owner Author

Any progress ?

Not yet unfortunately, but should be able to resume development in the next couple of weeks

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