Questions tagged [raspbian-stretch]

21 questions
0
votes
2 answers

OpenCv is installed, but module cannot be found, how to make sym-link point to cv2.so file?

I just followed a tutorial to install virtualenv, and opencv3.3.0 on my raspberry pi, running on raspbian (for robots) 3. The virtualenv is installed properly, and I know that opencv is installed as well because workon cv works. However, I am…
0
votes
1 answer

How to setup a networked Brother printer (Brother_DCP_L2520DW_series) on Raspberry Pi with Raspbian?

I'm trying to use a networked Brother printer with my RPI3 (Raspbian Stretch). I tried several tutorials…
0
votes
1 answer

python 3.5 install pyscard in raspberry pi 3

i have try to install pyscard in python 3.5, but always getting error error install pyscard anyone can helo me?
0
votes
0 answers

Copying files from /usr/local/lib into /usr/local/lib/python2.7/site-packages in Raspbian-stretch

I have some files in /usr/local/lib and I need to copy them in this folder /usr/local/lib/python2.7/site-packages. These files are not copied in this folder correctly due to permission issues. I tried this command but didnt work either. sudo…
Mafaz Ahsan
  • 105
  • 2
  • 11
0
votes
0 answers

Opencv not being installed in Raspbian Stretch

I am installing opencv in Raspbian stretch using Raspberry Pi 3, following the tutorial given by Dr. Adrian Rosebrock as mentioned in the code section. sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential cmake…
Mafaz Ahsan
  • 105
  • 2
  • 11
0
votes
1 answer

Write CSV content to Excel produces empty sheets

Writing DataFrame to excel file leaves sheets with zero data. I am creating a Robotics "Scouting application". It receives multiple .csv files throughout the coarse of two days. The csv files will be named with a four digit number plus a hyphen and…
AkaMrBill
  • 9
  • 2
1
2