-
Notifications
You must be signed in to change notification settings - Fork 188
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
No module named 'socialscan.util'; 'socialscan' is not a package #37
Comments
What is the command you are running that causes the above error? |
When I run my program this error pop up in terminal .... |
My code : from socialscan.util import Platforms, sync_execute_queries INPUT_FILE = 'Book1.xlsx' df = pandas.read_excel(INPUT_FILE, 'Sheet1', usecols=['Emails']) platforms = [Platforms.GITHUB, Platforms.LASTFM , Platforms.Instagram, results = sync_execute_queries(listt, platforms) |
It may be because your file is named |
Thanks It works ..... I need one more help when i run my code i got this error in terminal ..... raise RuntimeError('Event loop is closed') Can you please resolve it ..... |
What's your OS and Python version? |
I am Using Python 3.9 and Window 10 OS |
This is related to #2. Closing this as it is stale. If this issue still occurs, could you post more details about the socialscan version you are using in that issue? |
I had install SocialScan using this command " pip install socialscan " but still I am getting this error ...
Traceback (most recent call last):
File "C:\Users\lenovo\Desktop\project\email-saga-master\socialscan.py", line 1, in
from socialscan.util import Platforms, sync_execute_queries
File "C:\Users\lenovo\Desktop\project\email-saga-master\socialscan.py", line 1, in
from socialscan.util import Platforms, sync_execute_queries
ModuleNotFoundError: No module named 'socialscan.util'; 'socialscan' is not a package
The text was updated successfully, but these errors were encountered: