This message was deleted.
# general
s
This message was deleted.
b
You need to make sure the wheel package is available inside your virtualenv, activate it and try running
pip3 install wheel
a
Ok, I will try and give you some feedback. 🙂
Copy code
pip3 install wheel
Collecting wheel
  Using cached <https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl>
Installing collected packages: wheel
Successfully installed wheel-0.34.2

pip install wheel
Collecting wheel
  Using cached <https://files.pythonhosted.org/packages/8c/23/848298cccf8e40f5bbb59009b32848a4c38f4e7f3364297ab3c3e2e2cd14/wheel-0.34.2-py2.py3-none-any.whl>
Installing collected packages: wheel
Successfully installed wheel-0.34.2
I've installed both but I'm still getting same error, but thanks for your support. I will try to search and figure out if it's something related with Mint because doesn't share release name with ubuntu 18.04.
i
Hi guys, did you resolve the issue? I have exactly the same problem with Ubuntu 18 and Debian 10. I tried every workaround with no success. I have opened a ticket against pulumi support and waiting an answer. I was wondering if you fixed already.