Comments on: Install uPyCraft IDE – Linux Ubuntu Instructions https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 02 Feb 2023 18:29:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-814916 Thu, 02 Feb 2023 18:29:30 +0000 https://randomnerdtutorials.com/?p=74819#comment-814916 In reply to M.

Hi.
I haven’t experimented with that board.
Regards,
Sara

]]>
By: M https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-814886 Thu, 02 Feb 2023 15:25:57 +0000 https://randomnerdtutorials.com/?p=74819#comment-814886 Hello
Do you have experience using Seeeduino XIAO ESP32 with MicroPython, yet better circuitpython?

]]>
By: sn00zerman https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-491230 Thu, 27 Aug 2020 17:23:32 +0000 https://randomnerdtutorials.com/?p=74819#comment-491230 In the meanwhile, I did write a step-by-step guide to get uPyCraft up-and-running on Debian Buster (on Raspberry Pi)
https://www.digitalplayground.be/?p=5057
Enjoy 🙂

]]>
By: sn00zerman https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-491156 Thu, 27 Aug 2020 13:45:38 +0000 https://randomnerdtutorials.com/?p=74819#comment-491156 It didn’t run on Raspian Buster (Raspberry Pi) neither.
Download en compile the sourcecode, all steps are described !
easy peasy, it did take me less then 15 minutes to get it up and running on RPI4 🙂
(I’m used to it, by using it on my mac with LiliGo TTGO T8 boards, so this was an obvious choice for me)

]]>
By: martin https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-396942 Tue, 01 Oct 2019 01:38:14 +0000 https://randomnerdtutorials.com/?p=74819#comment-396942 hello dear all – i am workin on MX-Linux which is a Debian based version of Linux. At the moment i am facing issues on this version.

does any body can confirm that
– /uPyCraft is running on ubuntu
– but not on other linux-systems /(even if they are also debian based like ubuntu is!?

love to hear from you

]]>
By: martin https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-396927 Mon, 30 Sep 2019 19:30:29 +0000 https://randomnerdtutorials.com/?p=74819#comment-396927 hi there – while i tried to create a virtual environment i get the error.

root@MartinsMX-Rechner:/home/martin# python3 -m venv myVirtEnv
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

apt-get install python3-venv

You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.

Failing command: [‘/home/martin/myVirtEnv/bin/python3’, ‘-Im’, ‘ensurepip’, ‘–upgrade’, ‘–default-pip’]

root@MartinsMX-Rechner:/home/martin#

]]>
By: martin https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-396915 Mon, 30 Sep 2019 16:09:10 +0000 https://randomnerdtutorials.com/?p=74819#comment-396915 hello dear all – i did all you aviced me to do – on a MX-Linux-System.

but at the end i cannot see any port!?

what goes on here!? What can i doi?!

any and all advices will be greatly appreciated

]]>
By: Wattana https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-377217 Mon, 17 Jun 2019 15:52:06 +0000 https://randomnerdtutorials.com/?p=74819#comment-377217 In reply to nebulous.

Hello nebulous,
I’m quite new on ubuntu , I’m using 18.04 and follow your instruction which I was struck on running ~/uPycraft$ pyinstaller -F uPyCraft.py , please see below error message. Could you please help suggest more?

(myVirtEnv) wr300000@Dell-E6430:~/uPycraft$ pyinstaller -F uPyCraft.py
Traceback (most recent call last):
File “/home/wr300000/.local/bin/pyinstaller”, line 6, in
from pkg_resources import load_entry_point
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 3088, in
@_call_aside
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 3072, in _call_aside
f(*args, **kwargs)
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 3101, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 574, in _build_master
ws.require(__requires__)
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 892, in require
needed = self.resolve(parse_requirements(requirements))
File “/home/wr300000/uPycraft/myVirtEnv/lib/python3.6/site-packages/pkg_resources/__init__.py”, line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The ‘PyInstaller==3.4’ distribution was not found and is required by the application
(myVirtEnv) wr300000@Dell-E6430:~/uPycraft$

]]>
By: Sara Santos https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-367378 Mon, 27 May 2019 17:02:17 +0000 https://randomnerdtutorials.com/?p=74819#comment-367378 In reply to nebulous.

Hi.
Thank you for sharing that information.
It will certainly be useful for our readers.
Regards,
Sara

]]>
By: nebulous https://randomnerdtutorials.com/install-upycraft-ide-linux-ubuntu-instructions/#comment-367371 Mon, 27 May 2019 15:43:07 +0000 https://randomnerdtutorials.com/?p=74819#comment-367371 uPyCraft V1.1 working on Ubuntu 18

create a virtual env:
1. CD to the location where you want to create your virtual environment
[RUN]: python3 -m venv myVirtEnv

2. To activate the environment

[RUN]: source myVirtEnv/bin/activate

2.a If you don’t create a virtual environment, the uPyCraft v1.0 will break a libz package that is old. Seems there is more risk in breaking your OS by downgrading that package.

3. Follow the steps here:
github.com/jiapei100/uPyCraft_PyQt5

]]>