Read the statement by Michael Teeuw here.
Face Recognition with inferred light
-
If it was installed using apt-get, you can remove it the same way,
'apt-get remove --purge <package-name>'. If you compiled the binaries yourself, you can simply do it again and overwrite the previous ones.However, a better question is, why do you want to do that?
-
@KirAsh4 why
apt-get remove --purgeshouldn’tapt-get purgedo the same? -
remove - Packages installed are removed (Does NOT include configuration files)
purge - Purge is identical to remove except that packages are removed and purged. Purge meaning that any configuration files are deleted too. -
Generally, I follow that with
'apt-get autoremove'as well. Often when you remove one package, there are other dependencies that aren’t needed anymore. The'autoremove'takes care of that. -
And yes, I suppose simply
'purge'would get the job done, but there are times I only want to remove the binaries, but leave my config files in place. I prefer forcing myself to actually add the'--purge'bit each time … sort of a mental check. -
Im just trying to reinstall things, hoping the shit works :D
maybe i can upload my config here for some correctioN?
-
Sure thing :)
-
@paviro
Here it is -
Can’t see any mistake there. Does it work this way? Any errors in the console or the web inspector?
I just moved this into a new thread because it has nothing todo with the original
training fileproblem, please open a separate thread for different problems in the future as well :) -
It’s still the same error like above :(
Didn’t try so much in the last week, but i don’t know whats the problem in here anyway
-
I am really not sure what this error is about…
@MichMich what ismodule.data.classessupposed to be? Since it isn’t defined apparently in this case… -
module.data.classesshould contain the classes set in your config file. (If I remember correctly.) -
Strange I still have no clue how this error could be reproduced…
-
Had the same issue.
Removing the module “localtransport” solved it for me. -
@POIMann really? That’s interesting! So it works without problems now?
-
The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties.
I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js.
#enjoy
-
That … would make sense. It’s helpful for module writers to check the documentation on the wiki to see what method, classes, or other naming conventions are being used to avoid conflicts.
-
Thank you a lot for figuring that out! :)
-
gonna try it later, thanks
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login