adamant-motorcycle-76548
05/06/2020, 5:09 PMBuilding wheels for collected packages: pulumi-aws, grpcio
Running setup.py bdist_wheel for pulumi-aws ... error
Complete output from command /home/ayeste/Documentos/Pulumi/aws-python/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zkdm1y8t/pulumi-aws/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpqfs9agflpip-wheel- --python-tag cp36:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for pulumi-aws
Running setup.py clean for pulumi-aws
Running setup.py bdist_wheel for grpcio ... error
Complete output from command /home/ayeste/Documentos/Pulumi/aws-python/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zkdm1y8t/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpgydsg87cpip-wheel- --python-tag cp36:
Found cython-generated files...
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
Failed building wheel for grpcio
Running setup.py clean for grpcio
Failed to build pulumi-aws grpcio
Installing collected packages: protobuf, grpcio, pulumi, arpeggio, attrs, parver, semver, pulumi-aws
Running setup.py install for grpcio ... \
done
Running setup.py install for pulumi-aws ... done
Successfully installed arpeggio-1.9.2 attrs-19.3.0 grpcio-1.28.1 parver-0.3.0 protobuf-3.11.3 pulumi-2.1.0 pulumi-aws-2.2.0 semver-2.9.1
billowy-army-68599
pip3 install wheel
adamant-motorcycle-76548
05/07/2020, 1:54 PMpip3 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
important-carpet-93412
07/16/2020, 10:09 AM