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
I am receiving the following when installing
pip3 install pytest-watch
produces a number of issues, most notably
src/watchdog_fsevents.c:602:1: warning: missing field 'm_slots' initializer [-Wmissing-field-initializers] }; ^ 284 warnings and 5 errors generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-qefd3p6v/watchdog/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-vrtxjfni/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-qefd3p6v/watchdog/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am receiving the following when installing
produces a number of issues, most notably
The text was updated successfully, but these errors were encountered: