-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels