Jump to content

Giorgio Evangelista

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I made a clean new installation. After an hour, ssh closes and loses IP After another hour it restarts. This is the script that I run on root user.
  2. Ok, now download, but it crashes. Also after reboot. Can I clean and restart ?
  3. Same: root@orangepipc:~# sudo pip3 install numpy scipy Collecting numpy Using cached https://files.pythonhosted.org/packages/cf/8d/6345b4f32b37945fedc1e027e83970005fc9c699068d2f566b82826515f2/numpy-1.16.2.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named 'setuptools' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-rqglwc6c/numpy/ And after make install root@orangepipc:~# python Python 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named cv2 >>>
  4. OrangePI PC Armbian_5.75_Orangepipc_Debian_stretch_next_4.19.20.img I'm trying to install openCV 4.0 from the following link: https://www.alatortsev.com/2018/11/21/installing-opencv-4-0-on-raspberry-pi-3-b/ This complete command: https://pastebin.com/JPuTprVf Not work, but i have not errors during compiling. The problem is: 1) apt-get install libjasper-dev libpng12-dev (Not Found) 2) But I seem to remember that even with Raspberry and raspbian there was the same error. pip3 install numpy scipy Collecting numpy Downloading https://files.pythonhosted.org/packages/cf/8d/6345b4f32b37945fedc1e027e83970005fc9c699068d2f566b82826515f2/numpy-1.16.2.zip (5.1MB) 100% |████████████████████████████████| 5.1MB 49kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named 'setuptools' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-gvktejse/numpy/ 3) I don't find a file anywhere cv2.so Can you help me ? I'm a beginner with Linux.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines