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

Numpy2.0 Import Error #1154

Open
VrajCodes opened this issue Jun 25, 2024 · 0 comments
Open

Numpy2.0 Import Error #1154

VrajCodes opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working

Comments

@VrajCodes
Copy link

VrajCodes commented Jun 25, 2024

General Information:

  • OS: Sonoma 14.5
  • Python version: 3.9
  • Library version: 0.12.0

Describe the bug:
The bug will produce the following in the final line of the output:
ModuleNotFoundError: No module named 'numpy.lib.histograms'

To Reproduce:
Install the Dataprofiler library via Pipfile and activate virtual env.
Run a command python3 file_that_uses_dataprofiler.py and you should see the error

Expected behavior:
The import of import dataprofiler as dp should work without import error of ModuleNotFoundError: No module named 'numpy.lib.histograms'

Screenshots:

Additional context:
I will create a PR to resolve this issue

@VrajCodes VrajCodes added the Bug Something isn't working label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants