INSTALLING PIP ON UBUNTU DESKTOP 20.04
Open the terminal
sudo bash
apt-get update
apt-get install python3-pip
Open the terminal
sudo bash
apt-get update
apt-get install python3-pip
Instead of running through the long drawn out directions that accompany the error on the screen….this is what i used to install chromedriver
pip3 install chromedriver
You’re welcome
Thanks for reading
Hardware that I used:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
Simple fix for this one. Open up a terminal on your linux box and type
pip3 install selenium
Your package will now be installed and ready to run
Simple install. From the linux terminal type
pip3 install pandas
Simple install from the terminal on your linux box
pip3 install pickle-mixin
When running
pip install bs4
you receive this error
soupsieve requires Python ‘>=3.5’ but the running Python is 2.7.16
To fix the error run
pip3 install bs4
That’s it
To Upgrade Python, simply run
sudo bash
apt-get update
apt-get install -y build-essential tk-dev libncurses5-dev libncursesw5-dev libreadline6-dev libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev libffi-dev tar wget vim
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
tar zxf Python-3.8.0.tgz && cd Python-3.8.0 && ./configure –enable-optimizations && make -j 4 && make altinstall
echo “alias python=/usr/local/bin/python3.8” >> ~/.bashrc
source ~/.bashrc
python -v
You should now be 3.8
This guide will be specific to the setup for my CR10 S5 with the SKR 1.4 Turbo board
Once I build the firmware in VSCode, I needed an easy way to upload it to the device.
To do so, I logged into Octopi
Clicked on the Wrench icon
Clicked on Plugin Manager
Searched for Firmware Updater
And installed the application
Now I have to log into my Raspberry Pi with Octoprint on it
So I open Putty
Input the IP Address for the PI and login
The I enter the following commands
sudo apt-get install usbmount
sudo nano /etc/usbmount/usbmount.conf
Find FS_MOUNTOPTIONS and change it to:
FS_MOUNTOPTIONS=”-fstype=vfat,gid=pi,uid=pi,dmask=0022,fmask=0111″
sudo systemctl edit systemd-udevd
Add these lines
[Service]
PrivateMounts=no
MountFlags=shared
Save and Close the file
sudo systemctl daemon-reload
sudo service systemd-udevd –full-restart
reboot
Log back into the PI
cd /media
ls -la
Verify full permissions on /media/usb
For mine, /media/usb pointed to usb0 so I had to run
chmod 777 usb0
Now log into Octopi through the browser
Click back onto the Wrench
Navigate down to Firmware Updater
Click the Wrench in Firmware Updater
Set the Flash Method
For my flash method, using the LPC1769 board, I had to select LPC1768
For the Path to firmware folder, I put in /media/usb
Click test to make sure the path is valid
Save
Back in Firmware Updater main screen
Click Browse
Find the firmware.bin file that you created with VSCode
and Click Flash from file
Now the board is flashing and when it completes you will get the message Flash Successful
Thats it!
Thanks for reading
Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
This is a quick one
Open Pronterface
Connect the motherboard to the computer using USB cable
Make sure any jumpers for USB are enabled on the motherboard (instead of power supply)
In Pronterface, click Connect
You will see the following message
Connecting…
Printer is now online.
Next type in M115 and press Send
Your firmware will now be listed…
SENDING:M115
FIRMWARE_NAME:Marlin 2.0.5.3 (GitHub) SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin PROTOCOL_VERSION:1.0
Does that ever changing background on your Windows 10 system, annoy you. Do you feel like them downloading things to your computer without your approval or consent is an invasion of your space…privacy…and is just plain rude….well here is the solution to that
Login into your computer
In the Type here to search box
Type the word Theme and select the top link
Click on Lock Screen
Set Background to anything other than Windows spotlight
Turn off Show lock screen background picture on the sign-in screen
Turn off Get fun facts, tips, and more from Windows and Cortana on your lock screen
That’s it! Annoyance avoided