I received this error message when I was installing koa.master on devstack with the make requirements command. Should I proceed or try to fix these errors? I am using wsl under windows with ubuntu 20.04.
Building wheel for dockerpty (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/bsande6/Dev/EducateWorkforce/Repos/open-edx/devstack.koa/devstack/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-41zhwygo/dockerpty/setup.py'"'"'; __file__='"'"'/tmp/pip-install-41zhwygo/dockerpty/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/pip-wheel-zrx95_du
cwd: /tmp/pip-install-41zhwygo/dockerpty/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
ERROR: Failed building wheel for dockerpty
Running setup.py clean for dockerpty
Building wheel for docopt (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/bsande6/Dev/EducateWorkforce/Repos/open-edx/devstack.koa/devstack/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-41zhwygo/docopt/setup.py'"'"'; __file__='"'"'/tmp/pip-install-41zhwygo/docopt/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/pip-wheel-qi2zkvfw
cwd: /tmp/pip-install-41zhwygo/docopt/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
ERROR: Failed building wheel for docopt
Running setup.py clean for docopt
Building wheel for pyrsistent (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/bsande6/Dev/EducateWorkforce/Repos/open-edx/devstack.koa/devstack/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-41zhwygo/pyrsistent/setup.py'"'"'; __file__='"'"'/tmp/pip-install-41zhwygo/pyrsistent/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/pip-wheel-9o7tmdpq
cwd: /tmp/pip-install-41zhwygo/pyrsistent/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
ERROR: Failed building wheel for pyrsistent
Running setup.py clean for pyrsistent
Building wheel for pyyaml (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/bsande6/Dev/EducateWorkforce/Repos/open-edx/devstack.koa/devstack/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-41zhwygo/pyyaml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-41zhwygo/pyyaml/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/pip-wheel-axczzqv8
cwd: /tmp/pip-install-41zhwygo/pyyaml/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_wheel'
----------------------------------------
ERROR: Failed building wheel for pyyaml
Running setup.py clean for pyyaml
Failed to build dockerpty docopt pyrsistent pyyaml
Installing collected packages: attrs, six, pycparser, cffi, bcrypt, cached-property, certifi, chardet, cryptography, distro, dockerpty, texttable, docopt, websocket-client, idna, urllib3, requests, pynacl, paramiko, docker, pyyaml, pyrsistent, jsonschema, python-dotenv, docker-compose, zipp, importlib-metadata
Running setup.py install for dockerpty ... done
Running setup.py install for docopt ... done
Running setup.py install for pyyaml ... done
Running setup.py install for pyrsistent ... done
Successfully installed attrs-20.3.0 bcrypt-3.1.7 cached-property-1.5.2 certifi-2020.11.8 cffi-1.14.3 chardet-3.0.4 cryptography-3.2.1 distro-1.5.0 docker-4.3.1 docker-compose-1.27.4 dockerpty-0.4.1 docopt-0.6.2 idna-2.10 importlib-metadata-2.0.0 jsonschema-3.2.0 paramiko-2.7.2 pycparser-2.20 pynacl-1.4.0 pyrsistent-0.17.3 python-doten