Skip to content

issues  #26

@andru230

Description

@andru230

I tried to follow the 15 steps that are in https://github.com/OPSORO/OS/blob/master/readme.md as well as I could. The raspberry creates the WiFi hotspot, however when I try to get in to the opsorolo local page (http://opsoro.local or another of the recommended pages) for using the application, the computer dosen't charge the page or the application. It says that this page can't be reached.

We are using a raspberry pi3 and python 2.7 for building the ONO project, and I had some issues in some steps of the raspberry configuration:

In the step 4, I wasn't able to use the command "git clone https://github.com/opsoro/os.git", because i did't have the permissions for cloning the programs, therefore I used the command sudo to use the previous command.

In the step 7, the command "sudo pip install flask flask-login pyyaml pluginbase sockjs-tornado simplejson lupa numpy gitpython flask-babel noise pyserial requests tweepy cv2 imutils -U" didn't install the cv2 library. Hence I used the command ''
sudo apt-get install libopencv-dev python-opencv" for installing the OpenCV library and being able to import the cv2.

In the step 10, I wasn't able to use the command "amixer set Master 128".

In the step 15,I couln't use the command "sudo cd /home/pi/Scripts/" it said that cd is not an instrucciotion, so I deleted the "sudo" of the command , I have the files in the "/opsoro/os/scripts" repository, so i had to change the command "sudo cd /home/pi/Scripts/". In the last command of this step (the command "sudo ./setup_opsoro") never closed. Therefore I pressed the comman Ctrl c on the keyboard to close the execution of the previos command.

Those are the issues that i had, when I tried to install the programs on the raspberry pi3, so if you could help me and tell me what I am doing wrong i would be greatful.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions