We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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[5], line 1 ----> 1 from openhunt import ossem File [/opt/homebrew/anaconda3/lib/python3.10/site-packages/openhunt/ossem.py:7](http://localhost:8888/opt/homebrew/anaconda3/lib/python3.10/site-packages/openhunt/ossem.py#line=6) 1 #![/usr/bin/env](http://localhost:8888/usr/bin/env) python 2 3 # Author: Jose Rodriguez (@Cyb3rPandaH) 4 # License: GNU General Public License v3 (GPLv3) 5 6 # Libraries to manipulate data ----> 7 from numpy import string_ 8 import pandas as pd 9 from pandas import json_normalize ImportError: cannot import name 'string_' from 'numpy' ([/opt/homebrew/anaconda3/lib/python3.10/site-packages/numpy/__init__.py](http://localhost:8888/opt/homebrew/anaconda3/lib/python3.10/site-packages/numpy/__init__.py))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: