Shell script fails: Syntax error: “(” unexpected
There’s one time I encountered this error when executing a bash code/script: install.sh: Syntax error: "(" unexpected The script does not begin with a shebang line, so the kernel executes…
There’s one time I encountered this error when executing a bash code/script: install.sh: Syntax error: "(" unexpected The script does not begin with a shebang line, so the kernel executes…
There is one time I see this kind of error: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL…
There is one time I tried to install some python package via pip install requirement. But I encountered some error like this: from pkg_resources import load_entry_pointImportError: No module named pkg_resources…