You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
just installed icecream and tested with this code:
from icecream import ic
def foo(i):
return i + 333
ic(foo(123))
I get this:
ic| Error: Failed to access the underlying source code for analysis. Was ic() invoked in a REPL (e.g. from the command line), a frozen application (e.g. packaged with PyInstaller), or did the underlying source code change during execution?
when I remove ic(foo(123)) it runs
thanks
Richard
The text was updated successfully, but these errors were encountered:
Hello,
just installed icecream and tested with this code:
from icecream import ic
def foo(i):
return i + 333
ic(foo(123))
I get this:
ic| Error: Failed to access the underlying source code for analysis. Was ic() invoked in a REPL (e.g. from the command line), a frozen application (e.g. packaged with PyInstaller), or did the underlying source code change during execution?
when I remove ic(foo(123)) it runs
thanks
Richard
The text was updated successfully, but these errors were encountered: