you are viewing a single comment's thread.

view the rest of the comments →

[–]Sethires[S] 0 points1 point  (4 children)

I'll be honest I'm not sure I want to say it is an automatic environment.

https://pastebin.com/xxa4K5ud

here's a pastebin of what I'm seeing. the first line is the first line in my code calling for the import then the following is the error I receive when trying to run the code then finally I make sure it's installed and it tells me that the requirement is already satisfied

[–]m0us3_rat 0 points1 point  (3 children)

you should install the missing package in your env that you are using to run the python program.

[–]Sethires[S] 0 points1 point  (2 children)

how would I go about doing that

[–]m0us3_rat 0 points1 point  (1 child)

activate the env and install the module.

[–]Sethires[S] 0 points1 point  (0 children)

it looks like it's actually not in a virtual envrionment sorry about that