Hi @jg, How are you doing today?
Try installing the wheel package with pip install wheel to resolve the missing bdist_wheel command. Make sure your environment has setuptools and wheel installed and up-to-date by running pip install --upgrade setuptools wheel. Check your setup.py configuration to ensure everything is correctly set up for building the project. After these steps, try rebuilding and deploying your project again. If problems persist, consider using a virtual environment to avoid conflicts.
Give a try and let me know if it works.
Regards,
Brahma