fiberfox icon indicating copy to clipboard operation
fiberfox copied to clipboard

Cant compile

Open WessimH opened this issue 1 year ago • 0 comments

#1

Hello , I have trouble installing the package here is my error 35.62 ImportError: cannot import name 'CCompilerError' from 'setuptools.errors' (/usr/local/lib/python3.10/site-packages/setuptools/errors.py)

Dockerfile:6

4 | COPY ./ ./ 5 | 6 | >>> RUN python setup.py install 7 | 8 | ENTRYPOINT ["fiberfox"]

ERROR: failed to solve: process "/bin/sh -c python setup.py install" did not complete successfully: exit code: 1

i tryed with pip and docker the both telled me the same error i'm on windows and my vertion of py is 3.12 and pip is 24.3.1 here is my error :

35.62 ImportError: cannot import name 'CCompilerError' from 'setuptools.errors'

WessimH avatar Jan 24 '25 17:01 WessimH