openhunt icon indicating copy to clipboard operation
openhunt copied to clipboard

ImportError

Open joker2013 opened this issue 5 months ago • 0 comments

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))

joker2013 avatar Sep 22 '24 19:09 joker2013