Q-engineering
Q-engineering
That's clear now. Probably, you have installed Python 3.8 along Python 3.6. That's the root of all evil. Two Python versions is screaming for issue you facing now. Better to...
@francojoem, I don't know. We don't have the EdiMax EW-7811un at the office, which makes testing a bit hard. There are dozen different WiFi adapters. It is an impossible task...
Did you enlarge the memory swap space before installing OpenCV? OpenCV 4.7 needs a HUGE amount of memory to complete. Over 7 GByte. And, of course, takes a lot of...
@francojoem, Please look at the paragraph _Enlarge memory swap_ on the [guide](https://qengineering.eu/install-opencv-4.5-on-jetson-nano.html). Here you see the installation of the dphys-swapfile software giving you as much swap memory as you wanted....
You have two files. `\sbin\dphys-swapfile` where you define the upper limit with CONF_MAXSWAP. `\etc\dphys-swapfile` where you define the actual used memory with CONF_SWAPSIZE. See how much space is left on...
@francojoem, I'm sorry to hear that the website isn't that clear. I've placed an extra line above the slide show, hoping readers will scroll though the slides. 
@Beauxrel, Thanks !
I can't help you with this issue, as I don't have your configuration. The image is intended to have a GUI. That's for sure. Some of the people of issue...
It is not possible to run PyTorch on a 32-bit machine. PyTorch uses third-party libraries. Quite a few don't support a 32-bit OS. Tip: Make life a LOT easier and...
Thanks Eric !