Thank you so much for all the help! I'm still having some trouble with upgrading from psiturk 2.3.3 (in which I encounter the original problem on this thread) to psiturk 2.3.12. I initially tried to install it and got an error message saying that it failed to build ciso8601 and cryptography. The error message recommended upgrading pip, so I upgraded pip from 18.1 to 21.01. Now I am getting the following error message.
Any recommendations for how I can proceed? Thank you again for all the help - we are running up against a deadline for data collection and I've been having a hard time figuring this out.
ERROR: Command errored out with exit status 1:
command: /home/
username
@
AD.Brown.Edu/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-y9myxaoy/ciso8601_f6d40623bbae44ebbcce21e8f1196bfc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-y9myxaoy/ciso8601_f6d40623bbae44ebbcce21e8f1196bfc/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-v_nkt4cr
cwd: /tmp/pip-install-y9myxaoy/ciso8601_f6d40623bbae44ebbcce21e8f1196bfc/
Complete output (15 lines):
running bdist_wheel
running build
running build_py
package init file 'ciso8601/__init__.py' not found (or not a regular file)
creating build
creating build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/ciso8601
copying ciso8601/__init__.pyi -> build/lib.linux-x86_64-3.7/ciso8601
copying ciso8601/py.typed -> build/lib.linux-x86_64-3.7/ciso8601
running build_ext
building 'ciso8601' extension
creating build/temp.linux-x86_64-3.7
gcc -pthread -B /home/
username
@
AD.Brown.Edu/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCISO8601_VERSION=2.1.3 -I/home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m -c module.c -o build/temp.linux-x86_64-3.7/module.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for ciso8601
Running setup.py clean for ciso8601
Building wheel for psutil (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/
username
@
AD.Brown.Edu/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-y9myxaoy/psutil_59ef863187a84c6ea9258823b2a59fcc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-y9myxaoy/psutil_59ef863187a84c6ea9258823b2a59fcc/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-v4p3u6iz
cwd: /tmp/pip-install-y9myxaoy/psutil_59ef863187a84c6ea9258823b2a59fcc/
Complete output (41 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/psutil
copying psutil/_common.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_compat.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/__init__.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_psposix.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_psosx.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_pswindows.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_psaix.py -> build/lib.linux-x86_64-3.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-x86_64-3.7/psutil
creating build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/runner.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_system.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/__init__.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_process.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/__main__.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_memory_leaks.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-3.7/psutil/tests
copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-3.7/psutil/tests
running build_ext
building 'psutil._psutil_linux' extension
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/psutil
gcc -pthread -B /home/
username
@
AD.Brown.Edu/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=567 -DPSUTIL_LINUX=1 -DPSUTIL_ETHTOOL_MISSING_TYPES=1 -I/home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m -c psutil/_psutil_common.c -o build/temp.linux-x86_64-3.7/psutil/_psutil_common.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for psutil
Running setup.py clean for psutil
Building wheel for setproctitle (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/
username
@
AD.Brown.Edu/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/setup.py'"'"'; __file__='"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/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-oga_3ibj
cwd: /tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/
Complete output (10 lines):
running bdist_wheel
running build
running build_ext
building 'setproctitle' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/src
gcc -pthread -B /home/
username
@
AD.Brown.Edu/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPT_VERSION=1.1.10 -DHAVE_SYS_PRCTL_H=1 -I/home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m -c src/setproctitle.c -o build/temp.linux-x86_64-3.7/src/setproctitle.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for setproctitle
Running setup.py clean for setproctitle
Failed to build ciso8601 psutil setproctitle
Installing collected packages: six, zipp, urllib3, typing-extensions, smmap, python-dateutil, pycparser, jmespath, docutils, smmap2, pyparsing, MarkupSafe, importlib-metadata, cffi, botocore, Werkzeug, wcwidth, ua-parser, text-unidecode, s3transfer, pyperclip, py, pluggy, packaging, more-itertools, Jinja2, itsdangerous, idna, gitdb2, cryptography, click, chardet, certifi, attrs, atomicwrites, user-agents, SQLAlchemy, setproctitle, requests, pytest, pyOpenSSL, psutil, mock, gunicorn, gnureadline, GitPython, fuzzywuzzy, future, Flask, Faker, docopt, cmd2, ciso8601, boto3, psiturk
Running setup.py install for setproctitle ... error
ERROR: Command errored out with exit status 1:
command: /home/
username
@
AD.Brown.Edu/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/setup.py'"'"'; __file__='"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/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-u3jyexko/install-record.txt --single-version-externally-managed --compile --install-headers /home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m/setproctitle cwd: /tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/
Complete output (10 lines):
running install
running build
running build_ext
building 'setproctitle' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/src
gcc -pthread -B /home/
username
@
AD.Brown.Edu/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSPT_VERSION=1.1.10 -DHAVE_SYS_PRCTL_H=1 -I/home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m -c src/setproctitle.c -o build/temp.linux-x86_64-3.7/src/setproctitle.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /home/
user...@AD.Brown.Edu/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/setup.py'"'"'; __file__='"'"'/tmp/pip-install-y9myxaoy/setproctitle_543ff08594264f0d8f238576764bc333/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-u3jyexko/install-record.txt --single-version-externally-managed --compile --install-headers /home/
username
@
AD.Brown.Edu/anaconda3/include/python3.7m/setproctitle Check the logs for full command output.