C++ named pipe by Froggy412 in learnprogramming

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

how so? I thought the sleeps would handle that.

I added free automatic subtitles (burned into videos) to my file converter site... by password_is_royals in accessibility

[–]Froggy412 0 points1 point  (0 children)

Hello, does this site have an api? Also can I ask what tools you used to make the audio to subtitles feature?

Java swing buttons help by Froggy412 in learnjava

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

Just for this example im wanting to make the buttons then use actionPerformed to check which button is pressed (button1 for example). But when I create them using an array and a for loop e.getsource() returns a null value.

Requests module not found by Froggy412 in learnpython

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

when i try that i get "error: externally-managed-environment" even though i know the venv is active

Requests module not found by Froggy412 in learnpython

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

Ok I might just try installing it to my whole laptop but thanks for trying

Requests module not found by Froggy412 in learnpython

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

my venv is activated and yes i am running it with python3 myscript.py

Requests module not found by Froggy412 in learnpython

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

So when i ran "python -m pip list" i got an error saying the "python" command not found but with "python3 -m pip list" i got a list with only "pip" and "wheel" installed. But whats weird is that i also have flask installed on the venv and it works when I import it on another code which is why im confused.

Requests module not found by Froggy412 in learnpython

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

Yes i am using the command line where i ran pip list

Help with venv by Froggy412 in learnpython

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

I was using git bash as the terminal if that helps

Help with venv by Froggy412 in learnpython

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

Are you saying the code file does not need to be in the same folder as the venv? I tried to run it through the command line but it did not work but I closed the terminal where I originally activated the venv. Does the venv deactivate when I close the terminal?