chaoyuaw / pytorch-coviar

Compressed Video Action Recognition
https://www.cs.utexas.edu/~cywu/projects/coviar/
GNU Lesser General Public License v2.1
502 stars 126 forks source link

Problem with the make clean phase #43

Open Esaada opened 5 years ago

Esaada commented 5 years ago

I have a problem with "make clean" command, I'm getting those errors: image

Using python 3.6.3

chaoyuaw commented 5 years ago

If you ignore these errors and continue with the steps, does it work?

Esaada commented 5 years ago

I got all the steps now without errors, even the make clean(somehow), but I'm still getting: "ImportError: No module named 'coviar'", he doesn't recognize the C file. although that in the install.sh I'm seeing this line: "Writing /home/bbattach/.local/lib/python3.5/site-packages/coviar-0.1.egg-info"

But still not recognized, what can I do?!

Thanks

Maruidear commented 5 years ago

I have the same problem. Have you solved it?

fengfan028 commented 4 years ago

I have the same problem. Have you solved it?