Pytition icon indicating copy to clipboard operation
Pytition copied to clipboard

error installation

Open Trylam opened this issue 3 years ago • 4 comments

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.

Trylam avatar May 04 '22 14:05 Trylam

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 ?

fallen avatar May 04 '22 19:05 fallen

Are you still having issues @Trylam ?

fallen avatar Jul 04 '22 12:07 fallen

ping @Trylam ?

fallen avatar Jan 29 '23 10:01 fallen

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

fallen avatar Nov 07 '23 18:11 fallen