Cython package is not found to allow BUILD to complete successfully
- There is no cython file found in the GitHub but the error I have encountered is about no cython packages found in docker.
- I have tried to download Cython packages locally and import it into the docker but the error is still no cython packages found. Meaning the docker could not read the packages from outside.
Kindly advise. Thank you!

Hi @JANE0015 did you manage to resolve the issue? Would like to know more as I am facing the same issue and I couldn't solve it also
Are you compiling in a container, it is possible that other libraries depend on it and are downloaded over the network, make sure your network is ok
Hi, I resolved the issue recently.
Well... I guess this is not exactly the right solution to the issue, but the problem is that I was building the project behind a proxy. There are some complications with building the project behind a proxy, where the docker daemon cannot pull the packages (maybe due to config or certification, etc).
I simply redirect the internet connection to my personal network and it works.