[GH-ISSUE #404] help #349

Open
opened 2026-03-02 23:39:42 +03:00 by kerem · 0 comments
Owner

Originally created by @adamazawi on GitHub (Nov 19, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/404

I need help as soon as possible please I tried to setup everything on my brand new computer , everything looks good to me but when I run the scriipt I get this error below

Traceback (most recent call last):
File "C:\Users\azawi\Desktop\Instagram\start.py", line 1, in
import insomniac
ModuleNotFoundError: No module named 'insomniac'

insomiac is on the latest version , pip as well ..... everything els look fine and my start.py looks fine to me , here is it:

import insomniac

activation_code = ""
insomniac.run(activation_code)

py is good as well
C:\Users\azawi\Desktop\Instagram>py -3 --version
Python 3.10.0

reinstalling insomnia did not help , please advice start.py", line 1, in
import insomniac
ModuleNotFoundError: No module named 'insomniac'

Originally created by @adamazawi on GitHub (Nov 19, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/404 I need help as soon as possible please I tried to setup everything on my brand new computer , everything looks good to me but when I run the scriipt I get this error below Traceback (most recent call last): File "C:\Users\azawi\Desktop\Instagram\start.py", line 1, in <module> **import insomniac ModuleNotFoundError: No module named 'insomniac'** insomiac is on the latest version , pip as well ..... everything els look fine and my start.py looks fine to me , here is it: import insomniac activation_code = "" insomniac.run(activation_code) py is good as well C:\Users\azawi\Desktop\Instagram>py -3 --version Python 3.10.0 reinstalling insomnia did not help , please advice start.py", line 1, in <module> import insomniac ModuleNotFoundError: No module named 'insomniac'
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#349
No description provided.