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

ImportError #3

Open
joker2013 opened this issue Sep 22, 2024 · 0 comments
Open

ImportError #3

joker2013 opened this issue Sep 22, 2024 · 0 comments

Comments

@joker2013
Copy link

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant