BrickEmuPy icon indicating copy to clipboard operation
BrickEmuPy copied to clipboard

Hard to assemble with Python

Open gc1991226 opened this issue 5 months ago • 1 comments

Just wanted to say real quick that I attempted to use the latest version of Python on Windows 11, only for it to not work as intended. This means that when I try to install pip or pyqt6, Python outright refuses by claiming it's a "syntax error". I really SUCK at Python, meaning I'll NEVER add BrickEmuPy to my Windows 11 laptop... ☹️

gc1991226 avatar Jul 17 '25 03:07 gc1991226

There a lot of videos on YouTube on how to install it. I done it before on Windows 11 long time ago. Works.

I don't have Windows 11 anymore. I switched to Nobara OS for gaming. Less to worry about on Linux.

Keep trying. You will get it to work on your Windows 11. Trust me it should work.

Try this below. Notes that I have. Very old.

==================================================================

Download the python-3.12.1-amd64python-3.12.1-amd64 from here. https://www.python.org/downloads/release/python-3121/ and then install it.

python -m pip install pyqt6

python.exe -m pip install --upgrade pip

==================================================

git clone https://github.com/azya52/BrickEmuPy.git

Make a Run_BrickEmuPy.Bat and then paste this in it. Save it.

cd C:\BrickEmuPy main.py pause

You can place the Run_BrickEmuPy.Bat onto your Desktop screen. Click it to load it up.

Dunard avatar Oct 23 '25 07:10 Dunard