0% found this document useful (0 votes)
77 views

Error

The document describes errors encountered while attempting to install several Python packages (apiclient, blinker, configobj, dbus-python) using pip. Each package fails to build a wheel during installation with the error message "invalid command 'bdist_wheel'". Despite the failure to build wheels, pip is able to complete installation of the packages by running setup.py install instead.

Uploaded by

yavewa3885
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views

Error

The document describes errors encountered while attempting to install several Python packages (apiclient, blinker, configobj, dbus-python) using pip. Each package fails to build a wheel during installation with the error message "invalid command 'bdist_wheel'". Despite the failure to build wheels, pip is able to complete installation of the packages by running setup.py install instead.

Uploaded by

yavewa3885
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 20

Installing apiclient==1.0.4...

Collecting apiclient==1.0.4
Using cached apiclient-1.0.4.tar.gz (4.9 kB)
Collecting certifi
Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
|████████████████████████████████| 162 kB 15.4 MB/s
Collecting urllib3
Downloading urllib3-2.1.0-py3-none-any.whl (104 kB)
|████████████████████████████████| 104 kB 33.6 MB/s
Building wheels for collected packages: apiclient
Building wheel for apiclient (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-gklqv8fc/apiclient/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-gklqv8fc/apiclient/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-nxradj5l
cwd: /tmp/pip-install-gklqv8fc/apiclient/
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 apiclient
Running setup.py clean for apiclient
Failed to build apiclient
Installing collected packages: certifi, urllib3, apiclient
Running setup.py install for apiclient ... done
Successfully installed apiclient-1.0.4 certifi-2023.11.17 urllib3-2.1.0
apiclient==1.0.4 installed successfully.

Installing blinker==1.4...
Collecting blinker==1.4
Using cached blinker-1.4.tar.gz (111 kB)
Building wheels for collected packages: blinker
Building wheel for blinker (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-m_ygjke4/blinker/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-m_ygjke4/blinker/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-5j2rhwxf
cwd: /tmp/pip-install-m_ygjke4/blinker/
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 blinker
Running setup.py clean for blinker
Failed to build blinker
Installing collected packages: blinker
Running setup.py install for blinker ... done
Successfully installed blinker-1.4
blinker==1.4 installed successfully.

--------------------------------------------------
Installing configobj==5.0.6...
Collecting configobj==5.0.6
Using cached configobj-5.0.6.tar.gz (33 kB)
Requirement already satisfied: six in ./venv/lib/python3.8/site-packages (from
configobj==5.0.6) (1.16.0)
Building wheels for collected packages: configobj
Building wheel for configobj (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-l7vaf5__/configobj/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-l7vaf5__/configobj/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-b3he_f3b
cwd: /tmp/pip-install-l7vaf5__/configobj/
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 configobj
Running setup.py clean for configobj
Failed to build configobj
Installing collected packages: configobj
Running setup.py install for configobj ... done
Successfully installed configobj-5.0.6
configobj==5.0.6 installed successfully.
--------------------------------------------------
Installing dbus-python==1.2.16...
Collecting dbus-python==1.2.16
Using cached dbus-python-1.2.16.tar.gz (576 kB)
Building wheels for collected packages: dbus-python
Building wheel for dbus-python (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-barq_t41/dbus-python/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-barq_t41/dbus-python/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-xz7seadu
cwd: /tmp/pip-install-barq_t41/dbus-python/
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 dbus-python
Running setup.py clean for dbus-python
Failed to build dbus-python
Installing collected packages: dbus-python
Running setup.py install for dbus-python ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-barq_t41/dbus-python/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-barq_t41/dbus-python/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"',
open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\
n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --
record /tmp/pip-record-dcbo_mh_/install-record.txt --single-version-externally-
managed --compile --install-headers
/home/ubuntu/Scholify-Dashboard/venv/include/site/python3.8/dbus-python
cwd: /tmp/pip-install-barq_t41/dbus-python/
Complete output (145 lines):
running install
running build
creating /tmp/pip-install-barq_t41/dbus-python/build
creating /tmp/pip-install-barq_t41/dbus-python/build/temp.linux-x86_64-3.8
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for native Windows host... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for inline... inline
checking for gawk... (cached) gawk
checking for python... /home/ubuntu/Scholify-Dashboard/venv/bin/python3
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.7'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python3.8
checking for Python library path... -L/usr/lib -lpython3.8
checking for Python site-packages path...
/home/ubuntu/Scholify-Dashboard/venv/lib/python3.8/site-packages
checking python extra libraries... -lcrypt -lpthread -ldl -lutil -lm -lm
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-
Bsymbolic-functions
checking consistency of all components of python development environment... yes
checking for python version... 3.8
checking for python platform... linux
checking for python script directory... ${prefix}/lib/python3.8/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python3.8/site-packages
checking python3 module: sphinx... no
checking python3 module: sphinx_rtd_theme... no
checking for dbus-run-session... /usr/bin/dbus-run-session
checking for pkg-config... no
checking for DBUS... no
configure: error: in `/tmp/pip-install-barq_t41/dbus-python/build/temp.linux-
x86_64-3.8':
configure: error: The pkg-config script could not be found or is too old. Make
sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables DBUS_CFLAGS


and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.


See `config.log' for more details
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-barq_t41/dbus-python/setup.py", line 85, in <module>
setup(
File "/home/ubuntu/Scholify-Dashboard/venv/lib/python3.8/site-packages/
setuptools/__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python3.8/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/home/ubuntu/Scholify-Dashboard/venv/lib/python3.8/site-packages/
setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/usr/lib/python3.8/distutils/command/install.py", line 589, in run
self.run_command('build')
File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/tmp/pip-install-barq_t41/dbus-python/setup.py", line 56, in run
subprocess.check_call([
File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/tmp/pip-install-barq_t41/dbus-
python/configure', '--disable-maintainer-mode', 'PYTHON=/home/ubuntu/Scholify-
Dashboard/venv/bin/python3',
'--prefix=/tmp/pip-install-barq_t41/dbus-python/build/temp.linux-x86_64-3.8/
prefix']' returned non-zero exit status 1.
----------------------------------------
ERROR: Command errored out with exit status 1:
/home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys, setuptools,
tokenize; sys.argv[0] = '"'"'/tmp/pip-install-barq_t41/dbus-python/setup.py'"'"';
__file__='"'"'/tmp/pip-install-barq_t41/dbus-python/setup.py'"'"';f=getattr(tokeniz
e, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\
n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --
record /tmp/pip-record-dcbo_mh_/install-record.txt --single-version-externally-
managed --compile --install-headers
/home/ubuntu/Scholify-Dashboard/venv/include/site/python3.8/dbus-python Check the
logs for full command output.
Error installing dbus-python==1.2.16: Command '['pip', 'install', 'dbus-
python==1.2.16']' returned non-zero exit status 1.
--------------------------------------------------
--------------------------------------------------
Installing django-rest-auth==0.9.5...
Collecting django-rest-auth==0.9.5
Using cached django-rest-auth-0.9.5.tar.gz (53 kB)
Requirement already satisfied: Django>=1.8.0 in ./venv/lib/python3.8/site-packages
(from django-rest-auth==0.9.5) (3.2.3)
Collecting djangorestframework>=3.1.3
Using cached djangorestframework-3.14.0-py3-none-any.whl (1.1 MB)
Requirement already satisfied: six>=1.9.0 in ./venv/lib/python3.8/site-packages
(from django-rest-auth==0.9.5) (1.16.0)
Requirement already satisfied: sqlparse>=0.2.2 in ./venv/lib/python3.8/site-
packages (from Django>=1.8.0->django-rest-auth==0.9.5) (0.4.4)
Requirement already satisfied: asgiref<4,>=3.3.2 in ./venv/lib/python3.8/site-
packages (from Django>=1.8.0->django-rest-auth==0.9.5) (3.6.0)
Requirement already satisfied: pytz in ./venv/lib/python3.8/site-packages (from
Django>=1.8.0->django-rest-auth==0.9.5) (2023.3.post1)
Building wheels for collected packages: django-rest-auth
Building wheel for django-rest-auth (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-2l3u4hfm/django-rest-
auth/setup.py'"'"';
__file__='"'"'/tmp/pip-install-2l3u4hfm/django-rest-auth/setup.py'"'"';f=getattr(to
kenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel
-d /tmp/pip-wheel-dcdp4e12
cwd: /tmp/pip-install-2l3u4hfm/django-rest-auth/
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 django-rest-auth
Running setup.py clean for django-rest-auth
Failed to build django-rest-auth
Installing collected packages: djangorestframework, django-rest-auth
Running setup.py install for django-rest-auth ... done
Successfully installed django-rest-auth-0.9.5 djangorestframework-3.14.0
django-rest-auth==0.9.5 installed successfully.
--------------------------------------------------
-------------------------------------------------
Installing launchpadlib==1.10.13...
Collecting launchpadlib==1.10.13
Using cached launchpadlib-1.10.13.tar.gz (200 kB)
Requirement already satisfied: httplib2 in ./venv/lib/python3.8/site-packages (from
launchpadlib==1.10.13) (0.15.0)
Requirement already satisfied: keyring in ./venv/lib/python3.8/site-packages (from
launchpadlib==1.10.13) (18.0.1)
Collecting lazr.restfulclient>=0.9.19
Downloading lazr.restfulclient-0.14.6-py2.py3-none-any.whl (67 kB)
|████████████████████████████████| 67 kB 6.3 MB/s
Collecting lazr.uri
Downloading lazr.uri-1.0.6.tar.gz (18 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from launchpadlib==1.10.13) (44.0.0)
Requirement already satisfied: six in ./venv/lib/python3.8/site-packages (from
launchpadlib==1.10.13) (1.16.0)
Collecting testresources
Downloading testresources-2.0.1-py2.py3-none-any.whl (36 kB)
Collecting wadllib
Downloading wadllib-1.3.6.tar.gz (62 kB)
|████████████████████████████████| 62 kB 1.2 MB/s
Requirement already satisfied: entrypoints in ./venv/lib/python3.8/site-packages
(from keyring->launchpadlib==1.10.13) (0.3)
Requirement already satisfied: secretstorage; sys_platform == "linux" and
python_version >= "3.5" in ./venv/lib/python3.8/site-packages (from keyring-
>launchpadlib==1.10.13) (3.3.3)
Requirement already satisfied: distro in ./venv/lib/python3.8/site-packages (from
lazr.restfulclient>=0.9.19->launchpadlib==1.10.13) (1.4.0)
Requirement already satisfied: oauthlib in ./venv/lib/python3.8/site-packages (from
lazr.restfulclient>=0.9.19->launchpadlib==1.10.13) (3.2.2)
Collecting pbr>=1.8
Downloading pbr-6.0.0-py2.py3-none-any.whl (107 kB)
|████████████████████████████████| 107 kB 34.1 MB/s
Requirement already satisfied: jeepney>=0.6 in ./venv/lib/python3.8/site-packages
(from secretstorage; sys_platform == "linux" and python_version >= "3.5"->keyring-
>launchpadlib==1.10.13) (0.8.0)
Requirement already satisfied: cryptography>=2.0 in ./venv/lib/python3.8/site-
packages (from secretstorage; sys_platform == "linux" and python_version >= "3.5"-
>keyring->launchpadlib==1.10.13) (2.8)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in ./venv/lib/python3.8/site-
packages (from cryptography>=2.0->secretstorage; sys_platform == "linux" and
python_version >= "3.5"->keyring->launchpadlib==1.10.13) (1.15.1)
Requirement already satisfied: pycparser in ./venv/lib/python3.8/site-packages
(from cffi!=1.11.3,>=1.8->cryptography>=2.0->secretstorage; sys_platform == "linux"
and python_version >= "3.5"->keyring->launchpadlib==1.10.13) (2.21)
Building wheels for collected packages: launchpadlib, lazr.uri, wadllib
Building wheel for launchpadlib (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-khgkya5c/launchpadlib/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-khgkya5c/launchpadlib/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-gxh9fmp3
cwd: /tmp/pip-install-khgkya5c/launchpadlib/
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 launchpadlib
Running setup.py clean for launchpadlib
Building wheel for lazr.uri (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-khgkya5c/lazr.uri/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-khgkya5c/lazr.uri/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-b2dugb0q
cwd: /tmp/pip-install-khgkya5c/lazr.uri/
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 lazr.uri
Running setup.py clean for lazr.uri
Building wheel for wadllib (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-khgkya5c/wadllib/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-khgkya5c/wadllib/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-8gnvtkvy
cwd: /tmp/pip-install-khgkya5c/wadllib/
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 wadllib
Running setup.py clean for wadllib
Failed to build launchpadlib lazr.uri wadllib
Installing collected packages: lazr.uri, wadllib, lazr.restfulclient, pbr,
testresources, launchpadlib
Running setup.py install for lazr.uri ... done
Running setup.py install for wadllib ... done
Running setup.py install for launchpadlib ... done
Successfully installed launchpadlib-1.10.13 lazr.restfulclient-0.14.6 lazr.uri-
1.0.6 pbr-6.0.0 testresources-2.0.1 wadllib-1.3.6
launchpadlib==1.10.13 installed successfully.
--------------------------------------------------
-------------------------------------------------
Installing lazr.restfulclient==0.14.2...
Collecting lazr.restfulclient==0.14.2
Using cached lazr.restfulclient-0.14.2.tar.gz (55 kB)
Requirement already satisfied: distro in ./venv/lib/python3.8/site-packages (from
lazr.restfulclient==0.14.2) (1.4.0)
Requirement already satisfied: oauthlib in ./venv/lib/python3.8/site-packages (from
lazr.restfulclient==0.14.2) (3.2.2)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from lazr.restfulclient==0.14.2) (44.0.0)
Requirement already satisfied: six in ./venv/lib/python3.8/site-packages (from
lazr.restfulclient==0.14.2) (1.16.0)
Requirement already satisfied: wadllib>=1.1.4 in ./venv/lib/python3.8/site-packages
(from lazr.restfulclient==0.14.2) (1.3.6)
Requirement already satisfied: httplib2>=0.7.7 in ./venv/lib/python3.8/site-
packages (from lazr.restfulclient==0.14.2) (0.15.0)
Requirement already satisfied: lazr.uri in ./venv/lib/python3.8/site-packages (from
wadllib>=1.1.4->lazr.restfulclient==0.14.2) (1.0.6)
Building wheels for collected packages: lazr.restfulclient
Building wheel for lazr.restfulclient (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-7nvhk9nt/lazr.restfulclient/setup.py'"'"';
__file__='"'"'/tmp/pip-install-7nvhk9nt/lazr.restfulclient/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-b1x69g9h
cwd: /tmp/pip-install-7nvhk9nt/lazr.restfulclient/
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 lazr.restfulclient
Running setup.py clean for lazr.restfulclient
Failed to build lazr.restfulclient
Installing collected packages: lazr.restfulclient
Attempting uninstall: lazr.restfulclient
Found existing installation: lazr.restfulclient 0.14.6
Uninstalling lazr.restfulclient-0.14.6:
Successfully uninstalled lazr.restfulclient-0.14.6
Running setup.py install for lazr.restfulclient ... done
Successfully installed lazr.restfulclient-0.14.2
lazr.restfulclient==0.14.2 installed successfully.
--------------------------------------------------
Installing lazr.uri==1.0.3...
Collecting lazr.uri==1.0.3
Using cached lazr.uri-1.0.3.tar.gz (18 kB)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from lazr.uri==1.0.3) (44.0.0)
Building wheels for collected packages: lazr.uri
Building wheel for lazr.uri (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-8kofl180/lazr.uri/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-8kofl180/lazr.uri/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-x3hgkodd
cwd: /tmp/pip-install-8kofl180/lazr.uri/
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 lazr.uri
Running setup.py clean for lazr.uri
Failed to build lazr.uri
Installing collected packages: lazr.uri
Attempting uninstall: lazr.uri
Found existing installation: lazr.uri 1.0.6
Uninstalling lazr.uri-1.0.6:
Successfully uninstalled lazr.uri-1.0.6
Running setup.py install for lazr.uri ... done
Successfully installed lazr.uri-1.0.3
lazr.uri==1.0.3 installed successfully.
--------------------------------------------------Installing MarkupSafe==1.1.0...
Collecting MarkupSafe==1.1.0
Using cached MarkupSafe-1.1.0.tar.gz (18 kB)
Building wheels for collected packages: MarkupSafe
Building wheel for MarkupSafe (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-hcvxn1ik/MarkupSafe/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-hcvxn1ik/MarkupSafe/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-pt61j57h
cwd: /tmp/pip-install-hcvxn1ik/MarkupSafe/
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 MarkupSafe
Running setup.py clean for MarkupSafe
Failed to build MarkupSafe
Installing collected packages: MarkupSafe
Attempting uninstall: MarkupSafe
Found existing installation: MarkupSafe 2.1.4
Uninstalling MarkupSafe-2.1.4:
Successfully uninstalled MarkupSafe-2.1.4
Running setup.py install for MarkupSafe ... done
Successfully installed MarkupSafe-1.1.0
MarkupSafe==1.1.0 installed successfully.
--------------------------------------------------nstalling netifaces==0.10.4...
Collecting netifaces==0.10.4
Using cached netifaces-0.10.4.tar.gz (22 kB)
Building wheels for collected packages: netifaces
Building wheel for netifaces (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-fbyctooe/netifaces/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-fbyctooe/netifaces/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-khhgu0_8
cwd: /tmp/pip-install-fbyctooe/netifaces/
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 netifaces
Running setup.py clean for netifaces
Failed to build netifaces
Installing collected packages: netifaces
Running setup.py install for netifaces ... done
Successfully installed netifaces-0.10.4
netifaces==0.10.4 installed successfully.
-----------------------------------------------------------------------------------
----------------
Installing oauth2client==3.0.0...
Collecting oauth2client==3.0.0
Using cached oauth2client-3.0.0.tar.gz (77 kB)
Requirement already satisfied: httplib2>=0.9.1 in ./venv/lib/python3.8/site-
packages (from oauth2client==3.0.0) (0.15.0)
Requirement already satisfied: pyasn1-modules>=0.0.5 in ./venv/lib/python3.8/site-
packages (from oauth2client==3.0.0) (0.3.0)
Requirement already satisfied: pyasn1>=0.1.7 in ./venv/lib/python3.8/site-packages
(from oauth2client==3.0.0) (0.5.1)
Requirement already satisfied: rsa>=3.1.4 in ./venv/lib/python3.8/site-packages
(from oauth2client==3.0.0) (4.9)
Requirement already satisfied: six>=1.6.1 in ./venv/lib/python3.8/site-packages
(from oauth2client==3.0.0) (1.16.0)
Building wheels for collected packages: oauth2client
Building wheel for oauth2client (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-fjwxio11/oauth2client/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-fjwxio11/oauth2client/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-y2w9r5x_
cwd: /tmp/pip-install-fjwxio11/oauth2client/
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 oauth2client
Running setup.py clean for oauth2client
Failed to build oauth2client
Installing collected packages: oauth2client
Running setup.py install for oauth2client ... done
Successfully installed oauth2client-3.0.0
oauth2client==3.0.0 installed successfully.
--------------------------------------------------
Installing PyGObject==3.36.0...
Collecting PyGObject==3.36.0
Using cached PyGObject-3.36.0.tar.gz (714 kB)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 /home/ubuntu/Scholify-
Dashboard/venv/lib/python3.8/site-packages/pip install --ignore-installed --no-user
--prefix /tmp/pip-build-env-r5r8n856/overlay --no-warn-script-location --no-
binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel
pycairo
cwd: None
Complete output (37 lines):
Collecting setuptools
Using cached setuptools-69.0.3-py3-none-any.whl (819 kB)
Collecting wheel
Using cached wheel-0.42.0-py3-none-any.whl (65 kB)
Collecting pycairo
Using cached pycairo-1.25.1.tar.gz (347 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Building wheels for collected packages: pycairo
Building wheel for pycairo (PEP 517): started
Building wheel for pycairo (PEP 517): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 /tmp/tmpjx2wy2fy
build_wheel /tmp/tmpg83_86mz
cwd: /tmp/pip-install-ptca2fzy/pycairo
Complete output (12 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-38
creating build/lib.linux-x86_64-cpython-38/cairo
copying cairo/__init__.py -> build/lib.linux-x86_64-cpython-38/cairo
copying cairo/__init__.pyi -> build/lib.linux-x86_64-cpython-38/cairo
copying cairo/py.typed -> build/lib.linux-x86_64-cpython-38/cairo
running build_ext
'pkg-config' not found.
Command ['pkg-config', '--print-errors', '--exists', 'cairo >= 1.15.10']
----------------------------------------
ERROR: Failed building wheel for pycairo
Failed to build pycairo
ERROR: Could not build wheels for pycairo which use PEP 517 and cannot be
installed directly
----------------------------------------
ERROR: Command errored out with exit status 1:
/home/ubuntu/Scholify-Dashboard/venv/bin/python3
/home/ubuntu/Scholify-Dashboard/venv/lib/python3.8/site-packages/pip install --
ignore-installed --no-user --prefix /tmp/pip-build-env-r5r8n856/overlay --no-warn-
script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple
-- setuptools wheel pycairo Check the logs for full command output.
Error installing PyGObject==3.36.0: Command '['pip', 'install',
'PyGObject==3.36.0']' returned non-zero exit status 1.
------------------------------------------------------------
nstalling pyrsistent==0.15.5...
Collecting pyrsistent==0.15.5
Downloading pyrsistent-0.15.5.tar.gz (107 kB)
|████████████████████████████████| 107 kB 20.5 MB/s
Requirement already satisfied: six in ./venv/lib/python3.8/site-packages (from
pyrsistent==0.15.5) (1.16.0)
Building wheels for collected packages: pyrsistent
Building wheel for pyrsistent (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-3sxydqb4/pyrsistent/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-3sxydqb4/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-qx6w4wrm
cwd: /tmp/pip-install-3sxydqb4/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
Failed to build pyrsistent
Installing collected packages: pyrsistent
Attempting uninstall: pyrsistent
Found existing installation: pyrsistent 0.20.0
Uninstalling pyrsistent-0.20.0:
Successfully uninstalled pyrsistent-0.20.0
Running setup.py install for pyrsistent ... done
Successfully installed pyrsistent-0.15.5
pyrsistent==0.15.5 installed successfully.
-----------------------------------------------------------------------------------
----------------
Installing PyYAML==5.3.1...
Collecting PyYAML==5.3.1
Downloading PyYAML-5.3.1.tar.gz (269 kB)
|████████████████████████████████| 269 kB 25.1 MB/s
Building wheels for collected packages: PyYAML
Building wheel for PyYAML (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-4ng70u5z/PyYAML/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-4ng70u5z/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-yazi67zg
cwd: /tmp/pip-install-4ng70u5z/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 PyYAML
Installing collected packages: PyYAML
Running setup.py install for PyYAML ... done
Successfully installed PyYAML-5.3.1
PyYAML==5.3.1 installed successfully.
-----------------------------------------------------------------------------------
----------------
Installing SecretStorage==2.3.1...
Collecting SecretStorage==2.3.1
Downloading SecretStorage-2.3.1.tar.gz (16 kB)
Requirement already satisfied: cryptography in ./venv/lib/python3.8/site-packages
(from SecretStorage==2.3.1) (2.8)
Requirement already satisfied: six>=1.4.1 in ./venv/lib/python3.8/site-packages
(from cryptography->SecretStorage==2.3.1) (1.16.0)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in ./venv/lib/python3.8/site-
packages (from cryptography->SecretStorage==2.3.1) (1.15.1)
Requirement already satisfied: pycparser in ./venv/lib/python3.8/site-packages
(from cffi!=1.11.3,>=1.8->cryptography->SecretStorage==2.3.1) (2.21)
Building wheels for collected packages: SecretStorage
Building wheel for SecretStorage (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-m80t8ngs/SecretStorage/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-m80t8ngs/SecretStorage/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-_5jm7hw6
cwd: /tmp/pip-install-m80t8ngs/SecretStorage/
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 SecretStorage
Running setup.py clean for SecretStorage
Failed to build SecretStorage
Installing collected packages: SecretStorage
Attempting uninstall: SecretStorage
Found existing installation: SecretStorage 3.3.3
Uninstalling SecretStorage-3.3.3:
Successfully uninstalled SecretStorage-3.3.3
Running setup.py install for SecretStorage ... done
Successfully installed SecretStorage-2.3.1
SecretStorage==2.3.1 installed successfully.
-----------------------------------------------------------------------------------
----------------
Installing service-identity==18.1.0...
Collecting service-identity==18.1.0
Downloading service_identity-18.1.0-py2.py3-none-any.whl (11 kB)
Requirement already satisfied: pyasn1 in ./venv/lib/python3.8/site-packages (from
service-identity==18.1.0) (0.4.2)
Requirement already satisfied: cryptography in ./venv/lib/python3.8/site-packages
(from service-identity==18.1.0) (2.8)
Requirement already satisfied: pyasn1-modules in ./venv/lib/python3.8/site-packages
(from service-identity==18.1.0) (0.2.1)
Requirement already satisfied: attrs>=16.0.0 in ./venv/lib/python3.8/site-packages
(from service-identity==18.1.0) (22.2.0)
Requirement already satisfied: six>=1.4.1 in ./venv/lib/python3.8/site-packages
(from cryptography->service-identity==18.1.0) (1.16.0)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in ./venv/lib/python3.8/site-
packages (from cryptography->service-identity==18.1.0) (1.15.1)
Requirement already satisfied: pycparser in ./venv/lib/python3.8/site-packages
(from cffi!=1.11.3,>=1.8->cryptography->service-identity==18.1.0) (2.21)
Installing collected packages: service-identity
Successfully installed service-identity-18.1.0
service-identity==18.1.0 installed successfully.
--------------------------------------------------
Installing simplejson==3.16.0...
Collecting simplejson==3.16.0
Downloading simplejson-3.16.0.tar.gz (81 kB)
|████████████████████████████████| 81 kB 9.9 MB/s
Building wheels for collected packages: simplejson
Building wheel for simplejson (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-h90lg1v1/simplejson/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-h90lg1v1/simplejson/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-k9vy26dw
cwd: /tmp/pip-install-h90lg1v1/simplejson/
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 simplejson
Running setup.py clean for simplejson
Failed to build simplejson
Installing collected packages: simplejson
Running setup.py install for simplejson ... done
Successfully installed simplejson-3.16.0
simplejson==3.16.0 installed successfully.
-----------------------------------------------------------------------------------
-----------------
Installing sos==0.24.1...
Collecting sos==0.24.1
Downloading sos-0.24.1-py3-none-any.whl (283 kB)
|████████████████████████████████| 283 kB 23.7 MB/s
Collecting pydot
Downloading pydot-2.0.0-py3-none-any.whl (22 kB)
Collecting xxhash; sys_platform != "win32"
Downloading xxhash-3.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
(194 kB)
|████████████████████████████████| 194 kB 34.1 MB/s
Collecting networkx!=2.8.3
Downloading networkx-3.1-py3-none-any.whl (2.1 MB)
|████████████████████████████████| 2.1 MB 34.3 MB/s
Collecting nbformat
Downloading nbformat-5.9.2-py3-none-any.whl (77 kB)
|████████████████████████████████| 77 kB 8.4 MB/s
Collecting pyzmq
Downloading pyzmq-25.1.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
(1.1 MB)
|████████████████████████████████| 1.1 MB 29.3 MB/s
Requirement already satisfied: ptyprocess in ./venv/lib/python3.8/site-packages
(from sos==0.24.1) (0.7.0)
Requirement already satisfied: jinja2 in ./venv/lib/python3.8/site-packages (from
sos==0.24.1) (2.10.1)
Requirement already satisfied: pyyaml in ./venv/lib/python3.8/site-packages (from
sos==0.24.1) (5.3.1)
Collecting pydotplus
Downloading pydotplus-2.0.2.tar.gz (278 kB)
|████████████████████████████████| 278 kB 29.8 MB/s
Collecting psutil
Downloading psutil-5.9.8-cp36-abi3-
manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_
64.whl (288 kB)
|████████████████████████████████| 288 kB 27.9 MB/s
Collecting tqdm
Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
|████████████████████████████████| 78 kB 10.0 MB/s
Requirement already satisfied: pexpect in ./venv/lib/python3.8/site-packages (from
sos==0.24.1) (4.6.0)
Collecting fasteners
Downloading fasteners-0.19-py3-none-any.whl (18 kB)
Collecting pygments
Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
|████████████████████████████████| 1.2 MB 25.3 MB/s
Requirement already satisfied: pyparsing>=3 in ./venv/lib/python3.8/site-packages
(from pydot->sos==0.24.1) (3.1.1)
Requirement already satisfied: jsonschema>=2.6 in ./venv/lib/python3.8/site-
packages (from nbformat->sos==0.24.1) (3.2.0)
Collecting jupyter-core
Downloading jupyter_core-5.7.1-py3-none-any.whl (28 kB)
Collecting fastjsonschema
Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
Collecting traitlets>=5.1
Downloading traitlets-5.14.1-py3-none-any.whl (85 kB)
|████████████████████████████████| 85 kB 6.5 MB/s
Requirement already satisfied: MarkupSafe>=0.23 in ./venv/lib/python3.8/site-
packages (from jinja2->sos==0.24.1) (1.1.0)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from jsonschema>=2.6->nbformat->sos==0.24.1) (44.0.0)
Requirement already satisfied: pyrsistent>=0.14.0 in ./venv/lib/python3.8/site-
packages (from jsonschema>=2.6->nbformat->sos==0.24.1) (0.15.5)
Requirement already satisfied: six>=1.11.0 in ./venv/lib/python3.8/site-packages
(from jsonschema>=2.6->nbformat->sos==0.24.1) (1.14.0)
Requirement already satisfied: attrs>=17.4.0 in ./venv/lib/python3.8/site-packages
(from jsonschema>=2.6->nbformat->sos==0.24.1) (22.2.0)
Requirement already satisfied: platformdirs>=2.5 in ./venv/lib/python3.8/site-
packages (from jupyter-core->nbformat->sos==0.24.1) (3.0.0)
Building wheels for collected packages: pydotplus
Building wheel for pydotplus (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-tuj_utm7/pydotplus/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-tuj_utm7/pydotplus/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-5wtloak6
cwd: /tmp/pip-install-tuj_utm7/pydotplus/
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 pydotplus
Running setup.py clean for pydotplus
Failed to build pydotplus
Installing collected packages: pydot, xxhash, networkx, traitlets, jupyter-core,
fastjsonschema, nbformat, pyzmq, pydotplus, psutil, tqdm, fasteners, pygments, sos
Running setup.py install for pydotplus ... done
Successfully installed fasteners-0.19 fastjsonschema-2.19.1 jupyter-core-5.7.1
nbformat-5.9.2 networkx-3.1 psutil-5.9.8 pydot-2.0.0 pydotplus-2.0.2 pygments-
2.17.2 pyzmq-25.1.2 sos-0.24.1 tqdm-4.66.1 traitlets-5.14.1 xxhash-3.4.1
sos==0.24.1 installed successfully.

=======================================================
nstalling ssh-import-id==5.10...
Collecting ssh-import-id==5.10
Downloading ssh-import-id-5.10.tar.gz (6.7 kB)
Requirement already satisfied: distro in ./venv/lib/python3.8/site-packages (from
ssh-import-id==5.10) (1.4.0)
Requirement already satisfied: requests>=1.1.0 in ./venv/lib/python3.8/site-
packages (from ssh-import-id==5.10) (2.22.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./venv/lib/python3.8/site-
packages (from requests>=1.1.0->ssh-import-id==5.10) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.8/site-
packages (from requests>=1.1.0->ssh-import-id==5.10) (2019.11.28)
Requirement already satisfied: idna<2.9,>=2.5 in ./venv/lib/python3.8/site-packages
(from requests>=1.1.0->ssh-import-id==5.10) (2.8)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in
./venv/lib/python3.8/site-packages (from requests>=1.1.0->ssh-import-id==5.10)
(1.25.11)
Building wheels for collected packages: ssh-import-id
Building wheel for ssh-import-id (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-kdvhunkd/ssh-import-id/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-kdvhunkd/ssh-import-id/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-rk8c1l_7
cwd: /tmp/pip-install-kdvhunkd/ssh-import-id/
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 ssh-import-id
Running setup.py clean for ssh-import-id
Failed to build ssh-import-id
Installing collected packages: ssh-import-id
Running setup.py install for ssh-import-id ... done
Successfully installed ssh-import-id-5.10
ssh-import-id==5.10 installed successfully.
---------------------------------------
Installing systemd-python==234...
Collecting systemd-python==234
Downloading systemd-python-234.tar.gz (53 kB)
|████████████████████████████████| 53 kB 3.2 MB/s
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-761b192s/systemd-python/setup.py'"'"';
__file__='"'"'/tmp/pip-install-761b192s/systemd-python/setup.py'"'"';f=getattr(toke
nize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\
n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-
base /tmp/pip-install-761b192s/systemd-python/pip-egg-info
cwd: /tmp/pip-install-761b192s/systemd-python/
Complete output (15 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-761b192s/systemd-python/setup.py", line 55, in
<module>
**lib('libsystemd', 'libsystemd-journal', **defines))
File "/tmp/pip-install-761b192s/systemd-python/setup.py", line 40, in lib
status, result = pkgconfig(name, **kw)
File "/tmp/pip-install-761b192s/systemd-python/setup.py", line 18, in
pkgconfig
status, result = call(pkgconf, '--libs', '--cflags', package)
File "/tmp/pip-install-761b192s/systemd-python/setup.py", line 6, in call
cmd = Popen(cmd,
File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the
logs for full command output.
Error installing systemd-python==234: Command '['pip', 'install', 'systemd-
python==234']' returned non-zero exit status 1.
-----------------------------------------------------------------------------------
-----------------
Installing Twisted==18.9.0...
Collecting Twisted==18.9.0
Downloading Twisted-18.9.0.tar.bz2 (3.1 MB)
|████████████████████████████████| 3.1 MB 16.7 MB/s
Requirement already satisfied: Automat>=0.3.0 in ./venv/lib/python3.8/site-packages
(from Twisted==18.9.0) (0.8.0)
Requirement already satisfied: PyHamcrest>=1.9.0 in ./venv/lib/python3.8/site-
packages (from Twisted==18.9.0) (1.9.0)
Requirement already satisfied: attrs>=17.4.0 in ./venv/lib/python3.8/site-packages
(from Twisted==18.9.0) (22.2.0)
Requirement already satisfied: constantly>=15.1 in ./venv/lib/python3.8/site-
packages (from Twisted==18.9.0) (15.1.0)
Requirement already satisfied: hyperlink>=17.1.1 in ./venv/lib/python3.8/site-
packages (from Twisted==18.9.0) (19.0.0)
Requirement already satisfied: incremental>=16.10.1 in ./venv/lib/python3.8/site-
packages (from Twisted==18.9.0) (16.10.1)
Requirement already satisfied: zope.interface>=4.4.2 in ./venv/lib/python3.8/site-
packages (from Twisted==18.9.0) (6.1)
Requirement already satisfied: six in ./venv/lib/python3.8/site-packages (from
Automat>=0.3.0->Twisted==18.9.0) (1.14.0)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from PyHamcrest>=1.9.0->Twisted==18.9.0) (44.0.0)
Requirement already satisfied: idna>=2.5 in ./venv/lib/python3.8/site-packages
(from hyperlink>=17.1.1->Twisted==18.9.0) (2.8)
Building wheels for collected packages: Twisted
Building wheel for Twisted (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-rlsq7sy5/Twisted/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-rlsq7sy5/Twisted/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-3245ov9w
cwd: /tmp/pip-install-rlsq7sy5/Twisted/
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 Twisted
Running setup.py clean for Twisted
Failed to build Twisted
Installing collected packages: Twisted
Running setup.py install for Twisted ... done
Successfully installed Twisted-18.9.0
Twisted==18.9.0 installed successfully.
--------------------------------------------------Installing wadllib==1.3.3...
Collecting wadllib==1.3.3
Downloading wadllib-1.3.3.tar.gz (62 kB)
|████████████████████████████████| 62 kB 1.3 MB/s
Requirement already satisfied: lazr.uri in ./venv/lib/python3.8/site-packages (from
wadllib==1.3.3) (1.0.3)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages
(from wadllib==1.3.3) (44.0.0)
Building wheels for collected packages: wadllib
Building wheel for wadllib (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/ubuntu/Scholify-Dashboard/venv/bin/python3 -u -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/pip-install-tsguhq90/wadllib/setup.py'"'"'; __file__='"'"'/tmp/pip-
install-tsguhq90/wadllib/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-q2jqkbhc
cwd: /tmp/pip-install-tsguhq90/wadllib/
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 wadllib
Running setup.py clean for wadllib
Failed to build wadllib
Installing collected packages: wadllib
Attempting uninstall: wadllib
Found existing installation: wadllib 1.3.6
Uninstalling wadllib-1.3.6:
Successfully uninstalled wadllib-1.3.6
Running setup.py install for wadllib ... done
Successfully installed wadllib-1.3.3
wadllib==1.3.3 installed successfully.
--------------------------------------------------

You might also like