Closed arasharchor closed 6 years ago
I see you are working with virtualenv, so you are not making a system wide installation. To install only on your virtualenv (assuming you have the numpy and cv2 modules there) do this from the build directory: python python/setup.py install
Okay got it. thanks
I am also getting the above same issue, when I try to execute python setup.py install from path where python.exe is present, but I am getting error saying: setup.py not found , when I searched I found there are many setup.py file present in Numpy and its sub directories, don't know which setup.py I need to execute, can you please help. thanks in adv
The setup.py is in a sub directory: python python/setup.py install
Thanks Sagi for quick response, really appreciate, I do not have python directory, my python.exe is present at: C:\Users\hamee\PycharmProjects\test2\Scripts , here test2 is my python3.6 env. I am using Windows 10, installed Pycharm latest version. I am using python 3.6 version.
If u want to install from this repository then u can follow https://sagi-z.github.io/BackgroundSubtractorCNT/start/ However, since this is part of opencv now, I recommend u try a recent tutorial on using python with opencv.
OK, thank you for your prompt reply. I will try steps from link.
On Sun, Jan 5, 2020 at 7:59 PM Sagi Zeevi notifications@github.com wrote:
If u want to install from this repository then u can follow https://sagi-z.github.io/BackgroundSubtractorCNT/start/ However, since this is part of opencv now, I recommend u try a recent tutorial on using python with opencv.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sagi-z/BackgroundSubtractorCNT/issues/11?email_source=notifications&email_token=AIHWYMJD7HWR5CE5J6SDDV3Q4HVGFA5CNFSM4ESJYOT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIDYEZQ#issuecomment-570917478, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIHWYMP6ANLL4UEY33LJ6LTQ4HVGFANCNFSM4ESJYOTQ .
I have installed the library without a problem. However, I am receiving the following error when running demo.py file.