Hi there, I've been developing a code for a couple of days and it worked seemingly well. However, today, I started seeing this error:
"Couldn't retrieve the call node. "
varname.utils.VarnameRetrievingError: Couldn't retrieve the call node. This may happen if you're using some other AST magic at the same time, such as pytest, ipython, macropy, or birdseye.
when running the program. However, when I break just above the problematic line and go step by step, the problem does not occur. I've also checked an no instances of pytest of any kind is running.
Hi there, I've been developing a code for a couple of days and it worked seemingly well. However, today, I started seeing this error:
when running the program. However, when I break just above the problematic line and go step by step, the problem does not occur. I've also checked an no instances of pytest of any kind is running.