kruz

Results 3 comments of kruz

> Traceback (most recent call last): > File "/usr/local/bin/ciscoreputation", line 7, in > from ciscoreputation import main > File "/usr/local/lib/python3.5/dist-packages/ciscoreputation/**init**.py", line 1, in > from ciscoreputation import do_main > ImportError:...

I'm running into the same issue on Alma Linux: ``` $ pnpm build > [email protected] build /home/kruz/embedded-app-sdk-main/examples/nested-messages > node ./scripts/build.js ✘ [ERROR] The define key "process.env.BASH_FUNC_which%%" contains invalid identifier "BASH_FUNC_which%%"...

After grepping through the code, I couldn't find the problematic which function. Checking my environment, it appears my system has a weird "which" function defined: ``` ]$ env | grep...