Skip to content

ImportError #36

@Mlande11

Description

@Mlande11

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions