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
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
The text was updated successfully, but these errors were encountered:
General Information:
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 errorExpected behavior:
The import of
import dataprofiler as dp
should work without import error ofModuleNotFoundError: No module named 'numpy.lib.histograms'
Screenshots:
Additional context:
I will create a PR to resolve this issue
The text was updated successfully, but these errors were encountered: