To give context, build.py is coflicting with the build package. Applying a similar fix as this PR gets rid of the error: cannot import name 'BuildBackendException' from 'build' (/home/berkayozturk/projects/python-hyperscan/build.py) when running poetry install
To give context,
build.py
is coflicting with the build package. Applying a similar fix as this PR gets rid of the error:cannot import name 'BuildBackendException' from 'build' (/home/berkayozturk/projects/python-hyperscan/build.py)
when runningpoetry install