Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #36

Open
Mlande11 opened this issue Aug 4, 2024 · 1 comment

Comments

@Mlande11
Copy link

Mlande11 commented Aug 4, 2024

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.

@Mlande11
Copy link
Author

Mlande11 commented Aug 4, 2024

i have issue in jupyter notebook while csv file load pl soluction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant