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
ImportError Traceback (most recent call last)
Cell In[3], line 1
----> 1 import pandas as pd
File ~\New folder\Lib\site-packages\pandas_init_.py:16
13 _missing_dependencies.append(f"{_dependency}: {_e}")
15 if _missing_dependencies: # pragma: no cover
---> 16 raise ImportError(
17 "Unable to import required dependencies:\n" + "\n".join(_missing_dependencies)
18 )
19 del _hard_dependencies, _dependency, _missing_dependencies
21 try:
22 # numpy compat
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
The text was updated successfully, but these errors were encountered:
ImportError Traceback (most recent call last)
Cell In[3], line 1
----> 1 import pandas as pd
File ~\New folder\Lib\site-packages\pandas_init_.py:16
13 _missing_dependencies.append(f"{_dependency}: {_e}")
15 if _missing_dependencies: # pragma: no cover
---> 16 raise ImportError(
17 "Unable to import required dependencies:\n" + "\n".join(_missing_dependencies)
18 )
19 del _hard_dependencies, _dependency, _missing_dependencies
21 try:
22 # numpy compat
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
The text was updated successfully, but these errors were encountered: