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
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/ipykernel_106780/1059911102.py'
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
/tmp/ipykernel_106780/1059911102.py in <module>
----> 1 import superimport
~/.local/lib/python3.8/site-packages/superimport/__init__.py in <module>
----> 1 from superimport import superimport
~/.local/lib/python3.8/site-packages/superimport/superimport.py in <module>
215
216
--> 217 imports = get_imports_depending_on_context()
218 # Check if each package is already installed.
219 # If not, install it.
~/.local/lib/python3.8/site-packages/superimport/superimport.py in get_imports_depending_on_context()
168 files_to_skip={'superimport.py','__init__.py','setup.py','interactiveshell.py', 'ipykernel_launcher.py', 'zmqstream.py', 'base_events.py', 'kernelbase.py', 'events.py', 'runpy.py', 'ipkernel.py', 'zmqshell.py', 'application.py', 'asyncio.py', 'stack_context.py', 'kernelapp.py'}
169 if frame.filename[0] != "<" and file_name not in files_to_skip:
--> 170 fc = open(frame.filename).read()
171 remove_list=["import superimport\n","from superimport.superimport import unload","from superimport import superimport"]
172 for r in remove_list:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/ipykernel_106780/1059911102.py'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: