Open Trylam opened 2 years ago
Hello, Do you have more logs? I don't see very specific error message in your paste. I suspect you are missing some debian package in order to compile mysqlclient wrapper.
Have you installed libmariadbclient-dev-compat
?
Are you still having issues @Trylam ?
ping @Trylam ?
Hey @Trylam I don't know if you are still interested in installing Pytition, don't hesitate to get back to me if you still struggle. For your information, it's now also easy to install Pytition via YunoHost: https://apps.yunohost.org/app/pytition
Hi, I followed the installation steps and during the command "pip3 install -r requirements.txt" I have errors :
ERROR: Command errored out with exit status 1: command: /srv/pytition/pytition_venv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ng_b88q5/mysqlclient_f63e9c382c61417483eef7a6e8c2348a/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ng_b88q5/mysqlclient_f63e9c382c61417483eef7a6e8c2348a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-6xz5r3ic
I am installing on a stable debian with a dedicated pytition user.