AlfredoSequeida / fvid

fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
MIT License
354 stars 43 forks source link

Fvid command not recognized #13

Closed YiffyC closed 4 years ago

YiffyC commented 4 years ago

Dear dev,

the fvid command is not recognized after installing via pip3 command not found: fvid

Any advice? Thank you

Theelx commented 4 years ago

Have you tried putting python3 -m or py -m before the rest of the command? Windows requires py -m before it according to the PyPi page, and python3 -m might help on linux systems (it helps on my Ubuntu 20.04 VPS sometimes).

Check usage notes at https://pypi.org/project/fvid/

AlfredoSequeida commented 4 years ago

@YiffyC I agree with @Theelgirl if you're on a Linux system and that does not work, check if you get any errors after installing, maybe you're not installing on PATH. Let us know what happens.

AlfredoSequeida commented 4 years ago

Closed due to not hearing back from OP, if you have any other questions let us know.

YiffyC commented 4 years ago

Dear Alfredo, I did add the folder on the path but still get the same error