I am trying to install the dependencies of azure-python using pulumi and the dependencies are not getting installed. It just keeps building the wheel with no output whatsoever.
I run the following commands: $ mkdir azure-python; cd azure-python; $ pulumi new azure-python
Here is what happens when I run the commands
But if I try running the commands to install aws-python, all the dependencies gets installed and I can deploy using pulumi up
The output if I run aws-python I should be getting something like this for azure-python too
Can anyone please help me?
Edit: It errored out after a long time.
Here is the error:
Failed to build pulumi-azure-native
ERROR: Could not build wheels for pulumi-azure-native, which is required to install pyproject.toml-based projects
error: installing dependencies failed; rerun manually to try again, then run pulumi up
to perform an initial deployment: installing dependencies via 'C:\Users\shara\OneDrive\Desktop\new\quickstart\venv\Scripts\python.exe -m pip install -r requirements.txt': exit status 1