We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the build works well on 18.04. But not on Ubuntu 20.04. Please help
/home/metro/anaconda3/envs/synvids1/include/python3.6m/unicodeobject.h:508:44: warning: signed and unsigned type in conditional expression [-Wsign-compare] ((const Py_UCS1 *)(data))[(index)] : \ ^ darkflow/cython_utils/nms.c:464:43: note: in expansion of macro ‘PyUnicode_READ’ #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) ^~~~~~~~~~~~~~ darkflow/cython_utils/nms.c:20082:53: note: in expansion of macro ‘__Pyx_PyUnicode_READ’ if (__Pyx_PyUnicode_READ(kind, data1, 0) != __Pyx_PyUnicode_READ(kind, data2, 0)) { ^~~~~~~~~~~~~~~~~~~~ error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /home/metro/anaconda3/envs/synvids1/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-hfn_2i3c/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-hfn_2i3c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-abjyialq/install-record.txt --single-version-externally-managed --compile --install-headers /home/metro/anaconda3/envs/synvids1/include/python3.6m/darkflow Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the build works well on 18.04. But not on Ubuntu 20.04. Please help
The text was updated successfully, but these errors were encountered: