Alright guys. I'm hoping the hivemind can help me.
I found my Grandpa's old All-In-One PC yesterday. my mom must have purchased it from his estate sale. Its a Dell Inspirion one 2020. It's a Windows 8 PC. With a touchscreen at its core. And knowing the original owner. It's barely used. But isn't much of an impressive machine by today's standards.
I was about to add it to the recycling pile when I got an idea.
I intend on installing octoprint on this machine. Ideally I'd mount it below my 3d printers, and plug a USB cord Into each printer. Then I can run windows, and with the help of python, I could run 2x instances of octoprint at the same time.
All that being said, I'm about 2 hours Into researching this, and Im running into some issues.
1. Running machines on Windows 10 with this configuration of softwares is documented on YouTube, but nothing covers Windows 8. I recall from my networking days that Windows 8 and 10 were very similar in the realm of networking scripts, so I assumed I could use the installation methods to a degree.
So this requires Python, but somewhere between Python 3.7 and 3.11. I installed 3.11.
This then requires Microsoft Visual Studio tools. i attempt to install 2022, but it's not compatible with Windows 8. So I did some more research, and found VS 2017 is the newest version of VS I can have within Windows 8.
I install that all fine. Get I to command prompt. Get to the root of C, get to C:/Octoprint ( a file I've created, and I created a virtual environment in.)
Run the pip program from command prompt in this folder, and it attempts to install. It chokes on one of the command scripts with an error code, stating "stack overflow" and that "Visual Studio 14 or greater is required."
I now assume I need to run an older version of Python, or simply change my path lines to make this work, but Im struggling to find the right informstion for this specific pile up of variables.
Ideally I believe need a verson of Python that will work with VS 2017 to allow me to run octoprint on my Windows PC. With Win 8.1. Or some other work around..
Anyone in here able to shed some insights on me please?
I have to leave for my mom's now anyways, but this afternoon I'll be poking at this some more, and aim hoping to have a better difection by then.
I can get pictures and or screorshots if you guys need information to assist me.
Thanks for any replies!
I found my Grandpa's old All-In-One PC yesterday. my mom must have purchased it from his estate sale. Its a Dell Inspirion one 2020. It's a Windows 8 PC. With a touchscreen at its core. And knowing the original owner. It's barely used. But isn't much of an impressive machine by today's standards.
I was about to add it to the recycling pile when I got an idea.
I intend on installing octoprint on this machine. Ideally I'd mount it below my 3d printers, and plug a USB cord Into each printer. Then I can run windows, and with the help of python, I could run 2x instances of octoprint at the same time.
All that being said, I'm about 2 hours Into researching this, and Im running into some issues.
1. Running machines on Windows 10 with this configuration of softwares is documented on YouTube, but nothing covers Windows 8. I recall from my networking days that Windows 8 and 10 were very similar in the realm of networking scripts, so I assumed I could use the installation methods to a degree.
So this requires Python, but somewhere between Python 3.7 and 3.11. I installed 3.11.
This then requires Microsoft Visual Studio tools. i attempt to install 2022, but it's not compatible with Windows 8. So I did some more research, and found VS 2017 is the newest version of VS I can have within Windows 8.
I install that all fine. Get I to command prompt. Get to the root of C, get to C:/Octoprint ( a file I've created, and I created a virtual environment in.)
Run the pip program from command prompt in this folder, and it attempts to install. It chokes on one of the command scripts with an error code, stating "stack overflow" and that "Visual Studio 14 or greater is required."
I now assume I need to run an older version of Python, or simply change my path lines to make this work, but Im struggling to find the right informstion for this specific pile up of variables.
Ideally I believe need a verson of Python that will work with VS 2017 to allow me to run octoprint on my Windows PC. With Win 8.1. Or some other work around..
Anyone in here able to shed some insights on me please?
I have to leave for my mom's now anyways, but this afternoon I'll be poking at this some more, and aim hoping to have a better difection by then.
I can get pictures and or screorshots if you guys need information to assist me.
Thanks for any replies!
Comment