You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to install Maestral gui with python-pip gives the following errors:
uilding wheel for PyQt6-sip (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
running bdist_wheel
running build
running build_ext
building 'PyQt6.sip' extension
creating build/temp.linux-x86_64-cpython-313
gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -O3 -fPIC -I/usr/include/python3.13 -c sip_array.c -o build/temp.linux-x86_64-cpython-313/sip_array.o
sip_array.c:12:10: fatal error: Python.h: No such file or directory
12 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for PyQt6-sip
Failed to build xattr PyQt6-sip
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (xattr, PyQt6-sip)
To Reproduce
I tried installing using the command python3 -m pip install --upgrade maestral[gui]. First it told me pip was unknown. Then I installed python-pip. I noticed that it complained about gcc not being installed so I installed it.
Expected behaviour
Maestral installs normally.
System:
Maestral version: latest
Python version: 3.13.0
OS: Fedora Workstation 41
Desktop environment: Gnome 47
PyQt version (for Linux GUI): 5:15.10
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to install Maestral gui with python-pip gives the following errors:
To Reproduce
I tried installing using the command
python3 -m pip install --upgrade maestral[gui]
. First it told me pip was unknown. Then I installed python-pip. I noticed that it complained about gcc not being installed so I installed it.Expected behaviour
Maestral installs normally.
System:
The text was updated successfully, but these errors were encountered: