Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 570
hadi xd Avatar asked Sep 03 '25 09:09

hadi xd


1 Answers

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

like image 179
gshwang Avatar answered Sep 04 '25 21:09

gshwang