I have a problem with python in vsCode: TypeError: …. is not a function

Question:

In VS Code, the latest Pylance extension (v2023.10.50) failed with this error:

TypeError: _0x2f33cc[(_0x1efd68(…) + _0x1efd68(…))] is not a
function

(When I highlight on any line of code).

I tried to delete some suspected libs but nothing happened.

Asked By: hadi xd

||

Answers:

The same error occurred when using Pylance v2023.10.50, and downgraded to v2023.10.40 and the problem was resolved.

Answered By: gshwang
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.