fiberfox
fiberfox copied to clipboard
Cant compile
#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'