FormerLurker / ArcWelderPlugin

A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
Other
442 stars 24 forks source link

Install Fails on Octprint 1.4.0 running on Windows 10 under virtualenv / Python #24

Closed msteele999 closed 3 years ago

msteele999 commented 4 years ago

Hello,

I attempted to install your plugin version 0.1.0rc1.dev4 on OctoPrint 1.4.0 running on Windows 10 Home.

It looks like it failed trying to open a file called 'chrono'. I have attached my plugins log file. Is this something you think can be rectified? Am I missing another file that I need to install manually?

best regards,

Mark plugin_pluginmanager_console.log

FormerLurker commented 4 years ago

Hmm. What C++ compiler do you have installed? VC++11 is supported in Visual studio 2010 with SP1 or in all versions of Visual Studio 2012 and above.

FYI, I may try to remove chrono since it has caused issues before, but I can't seem to find any other way to get milliseconds in all the targeted OSs.

msteele999 commented 4 years ago

I have Visual C++ for Python installed per the instructions I have on installing OctoPrint under Windows ( https://www.microsoft.com/en-us/download/details.aspx?id=44266)

Looks like it's version 9.0.0.30729

On Mon, Jun 8, 2020 at 5:59 PM FormerLurker notifications@github.com wrote:

Hmm. What C++ compiler do you have installed? VC++11 is supported in Visual studio 2010 with SP1 or in all versions of Visual Studio 2012 and above.

FYI, I may try to remove chrono since it has caused issues before, but I can't seem to find any other way to get milliseconds in all the targeted OSs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640909643, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYINGNMIBTXKBA3XVJ3RVVNMBANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

I'm installing C++ 14.x now and will try compiling again

On Mon, Jun 8, 2020 at 6:18 PM Mark Steele msteele999@gmail.com wrote:

I have Visual C++ for Python installed per the instructions I have on installing OctoPrint under Windows ( https://www.microsoft.com/en-us/download/details.aspx?id=44266)

Looks like it's version 9.0.0.30729

On Mon, Jun 8, 2020 at 5:59 PM FormerLurker notifications@github.com wrote:

Hmm. What C++ compiler do you have installed? VC++11 is supported in Visual studio 2010 with SP1 or in all versions of Visual Studio 2012 and above.

FYI, I may try to remove chrono since it has caused issues before, but I can't seem to find any other way to get milliseconds in all the targeted OSs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640909643, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYINGNMIBTXKBA3XVJ3RVVNMBANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

Hmm. It looks like that is vs2008. Let me think on this for a while and see if I can remove that dependency. In the meanwhile, you could try upgrading to python 3, and install a newer version of visual c++ if you don't want to wait.

Fyi, that compiler has given me so much grief, lol! I will be happy when python 2.7 is dead and gone :)

FormerLurker commented 4 years ago

I'm installing C++ 14.x now and will try compiling again

Rodger that. Good luck, and let me know how it goes. In any case I will try to make it work with the 2008 version. Thx for letting me know!

msteele999 commented 4 years ago

I think I tried Python 3.0 before but let me see what happens

On Mon, Jun 8, 2020 at 6:25 PM FormerLurker notifications@github.com wrote:

Hmm. It looks like that is vs2008. Let me think on this for a while and see if I can remove that dependency. In the meanwhile, you could try upgrading to python 3, and install a newer version of visual c++ if you don't want to wait.

Fyi, that compiler has given me so much grief, lol! I will be happy when python 2.7 is dead and gone :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640919800, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYM47ZXJU7UY3AQ6SKLRVVQOVANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

Yeah, it may just work. The 2008 version is fully compatible, but that doesn't mean a newer one wont work.

Also, if you do try python 3, I recommend completely uninstalling python 2. It is possible to get them both working at the same time, but it is a hassle and can cause some difficult to debug problems.

msteele999 commented 4 years ago

trying C++ update first - I actually installed it but on my host system and not the Compute Stick where OctoPrint is running - derp

On Mon, Jun 8, 2020 at 6:31 PM FormerLurker notifications@github.com wrote:

Yeah, it may just work. The 2008 version is fully compatible, but that doesn't mean a newer one wont work.

Also, if you do try python 3, I recommend completely uninstalling python

  1. It is possible to get them both working at the same time, but it is a hassle and can cause some difficult to debug problems.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640921623, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYKEK7LVSJSMFIBBKIDRVVRCLANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

Gah - now to figure out which package to install - way too many options .

On Mon, Jun 8, 2020 at 6:37 PM Mark Steele msteele999@gmail.com wrote:

trying C++ update first - I actually installed it but on my host system and not the Compute Stick where OctoPrint is running - derp

On Mon, Jun 8, 2020 at 6:31 PM FormerLurker notifications@github.com wrote:

Yeah, it may just work. The 2008 version is fully compatible, but that doesn't mean a newer one wont work.

Also, if you do try python 3, I recommend completely uninstalling python

  1. It is possible to get them both working at the same time, but it is a hassle and can cause some difficult to debug problems.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640921623, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYKEK7LVSJSMFIBBKIDRVVRCLANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

No joy - it keeps trying to use C++ for Python 2.7 - it must be buried in a config file somewhere.

I'll give Python 3 a try again

On Mon, Jun 8, 2020 at 6:40 PM Mark Steele msteele999@gmail.com wrote:

Gah - now to figure out which package to install - way too many options .

On Mon, Jun 8, 2020 at 6:37 PM Mark Steele msteele999@gmail.com wrote:

trying C++ update first - I actually installed it but on my host system and not the Compute Stick where OctoPrint is running - derp

On Mon, Jun 8, 2020 at 6:31 PM FormerLurker notifications@github.com wrote:

Yeah, it may just work. The 2008 version is fully compatible, but that doesn't mean a newer one wont work.

Also, if you do try python 3, I recommend completely uninstalling python

  1. It is possible to get them both working at the same time, but it is a hassle and can cause some difficult to debug problems.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640921623, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYKEK7LVSJSMFIBBKIDRVVRCLANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

You could uninstall the other compiler first

msteele999 commented 4 years ago

Trouble is I am not sure I am actually downloading the correct C++ compiler

On Mon, Jun 8, 2020 at 6:48 PM FormerLurker notifications@github.com wrote:

You could uninstall the other compiler first

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640927150, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYMNROO5RGFRSBWUBXDRVVTEJANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

No joy on the Python3 install - I'll keep playing around with it

On Mon, Jun 8, 2020 at 6:51 PM Mark Steele msteele999@gmail.com wrote:

Trouble is I am not sure I am actually downloading the correct C++ compiler - visual studio has several dozen options - not sure which one to select yet

On Mon, Jun 8, 2020 at 6:48 PM FormerLurker notifications@github.com wrote:

You could uninstall the other compiler first

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-640927150, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYMNROO5RGFRSBWUBXDRVVTEJANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

Still no luck - any thoughts on removing that dependency to see if it will complete the installation? I'm happy to beta test this for you :-)

FormerLurker commented 4 years ago

Turns out getting milliseconds in C++ in a cross platform way is nearly impossible without 1000s of lines of code. I am actively working on this. Your windows installation is the first that has had problems with chrono. I believe I've found a fix for macos.

Once I get this done (it's been a crazy couple of weeks here) I'll send you a link to install. If that fails, you can just uninstall the VCC for python that you installed and try again. I'd much prefer to test this out before you do that because things are working properly on my machine (even using the old compiler), so the reason yours fails is a mystery.

msteele999 commented 4 years ago

Excellent - I'll wait to hear from you.

Mark

On Tue, Jun 23, 2020 at 11:18 AM FormerLurker notifications@github.com wrote:

Turns out getting milliseconds in C++ in a cross platform way is nearly impossible without 1000s of lines of code. I am actively working on this. Your windows installation is the first that has had problems with chrono. I believe I've found a fix for macos.

Once I get this done (it's been a crazy couple of weeks here) I'll send you a link to install. If that fails, you can just uninstall the VCC for python that you installed and try again. I'd much prefer to test this out before you do that because things are working properly on my machine (even using the old compiler), so the reason yours fails is a mystery.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648231561, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYNFRELKLUTXTGHDKQTRYDBUHANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

Mark, try installing from this URL: https://github.com/FormerLurker/ArcWelderPlugin/archive/devel.zip

I can't promise it will work, and the MS aren't clock accurate (good enough I believe). The MS will increment independently from the S unfortunately, but it may be good enough since this only affects console applications.

msteele999 commented 4 years ago

Failed again -

On Tue, Jun 23, 2020 at 12:52 PM FormerLurker notifications@github.com wrote:

Mark, try installing from this URL: https://github.com/FormerLurker/ArcWelderPlugin/archive/devel.zip

I can't promise it will work, and the MS aren't clock accurate (good enough I believe). The MS will increment independently from the S unfortunately, but it may be good enough since this only affects console applications.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648286355, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYLS562GID7Z7NKVFKLRYDMT3ANCNFSM4NYZJ4SQ .

2020-06-23 12:57:07,703 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install c:/users/mstee/appdata/local/temp/tmpxo7rqr.zip --no-cache-dir 2020-06-23 12:57:10,750 > Processing c:\users\mstee\appdata\local\temp\tmpxo7rqr.zip 2020-06-23 12:57:18,766 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.15.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: OctoPrint>1.3.8 in c:\octoprint\venv\lib\site-packages (from Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.4.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: setuptools>=6.0 in c:\octoprint\venv\lib\site-packages (from Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (44.1.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.0.7) 2020-06-23 12:57:18,766 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.4.1) 2020-06-23 12:57:18,766 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.2) 2020-06-23 12:57:18,766 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2020.5.14) 2020-06-23 12:57:18,766 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.2.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.16.1) 2020-06-23 12:57:18,766 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (4.5.3) 2020-06-23 12:57:18,766 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.9.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.10.9) 2020-06-23 12:57:18,766 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.6.5) 2020-06-23 12:57:18,766 > Requirement already satisfied: monotonic<1.6,>=1.5; python_version < "3" in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.5) 2020-06-23 12:57:18,766 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.8.1) 2020-06-23 12:57:18,766 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.7.19) 2020-06-23 12:57:18,766 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.1) 2020-06-23 12:57:18,766 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.8.5) 2020-06-23 12:57:18,766 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (4.0) 2020-06-23 12:57:18,766 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.11.2) 2020-06-23 12:57:18,766 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.4) 2020-06-23 12:57:18,782 > Requirement already satisfied: typing<4,>=3.7.4.1; python_version < "3" in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.7.4.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.12) 2020-06-23 12:57:18,782 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.1.5.post0) 2020-06-23 12:57:18,782 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.5.4) 2020-06-23 12:57:18,782 > Requirement already satisfied: chainmap<1.1,>=1.0.3; python_version < "3" in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.0.3) 2020-06-23 12:57:18,782 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.5.0.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.12.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (7.1.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (5.6.7) 2020-06-23 12:57:18,782 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.12.5) 2020-06-23 12:57:18,782 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (5.2.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.56.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.13.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (5.3.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: scandir<1.11,>=1.10; python_version < "3" in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.10.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.18.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: futures<3.4,>=3.3; pythonversion < "3" in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.3.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.1.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.23.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.4) 2020-06-23 12:57:18,782 > Requirement already satisfied: singledispatch in c:\octoprint\venv\lib\site-packages (from tornado==4.5.3->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.4.0.3) 2020-06-23 12:57:18,782 > Requirement already satisfied: certifi in c:\octoprint\venv\lib\site-packages (from tornado==4.5.3->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2020.4.5.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: backports-abc>=0.4 in c:\octoprint\venv\lib\site-packages (from tornado==4.5.3->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.5) 2020-06-23 12:57:18,782 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.26.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.1.2) 2020-06-23 12:57:18,782 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.4.21) 2020-06-23 12:57:18,782 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.1.1) 2020-06-23 12:57:18,782 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (0.4.8) 2020-06-23 12:57:18,782 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.8.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.1.0) 2020-06-23 12:57:18,782 > Requirement already satisfied: urllib3>=1.10.0 in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (1.25.9) 2020-06-23 12:57:18,782 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (3.0.4) 2020-06-23 12:57:18,782 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2.9) 2020-06-23 12:57:18,782 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint>1.3.8->Arc-Welder==0.1.0rc1.dev5+u.49beaa2) (2020.1) 2020-06-23 12:57:18,782 > Building wheels for collected packages: Arc-Welder 2020-06-23 12:57:18,782 > Building wheel for Arc-Welder (setup.py): started 2020-06-23 12:57:38,234 > Building wheel for Arc-Welder (setup.py): finished with status 'error' 2020-06-23 12:57:38,234 > Running setup.py clean for Arc-Welder 2020-06-23 12:57:38,734 ! ERROR: Command errored out with exit status 1: 2020-06-23 12:57:38,734 ! command: 'c:\octoprint\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej\setup.py'"'"'; file='"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej_\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'c:\users\mstee\appdata\local\temp\pip-wheel-mj9qj' 2020-06-23 12:57:38,734 ! cwd: c:\users\mstee\appdata\local\temp\pip-req-build-4idej\ 2020-06-23 12:57:38,734 ! Complete output (126 lines): 2020-06-23 12:57:38,734 ! Unknown Version, falling back to 0.1.0rc1.dev5+u.49beaa2. 2020-06-23 12:57:38,734 ! Found packages: set(['octoprint_arc_welder_setuptools', 'octoprint_arc_welder']) 2020-06-23 12:57:38,734 ! running bdist_wheel 2020-06-23 12:57:38,734 ! running build 2020-06-23 12:57:38,734 ! running build_py 2020-06-23 12:57:38,734 ! creating build 2020-06-23 12:57:38,734 ! creating build\lib.win32-2.7 2020-06-23 12:57:38,734 ! creating build\lib.win32-2.7\octoprint_arc_welder_setuptools 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder_setuptools__init__.py -> build\lib.win32-2.7\octoprint_arc_welder_setuptools 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\log.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\preprocessor.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\utilities.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder_version.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder__init__.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:57:38,750 ! running egg_info 2020-06-23 12:57:38,750 ! creating Arc_Welder.egg-info 2020-06-23 12:57:38,750 ! writing requirements to Arc_Welder.egg-info\requires.txt 2020-06-23 12:57:38,750 ! writing Arc_Welder.egg-info\PKG-INFO 2020-06-23 12:57:38,750 ! writing top-level names to Arc_Welder.egg-info\top_level.txt 2020-06-23 12:57:38,750 ! writing dependency_links to Arc_Welder.egg-info\dependency_links.txt 2020-06-23 12:57:38,750 ! writing entry points to Arc_Welder.egg-info\entry_points.txt 2020-06-23 12:57:38,750 ! writing manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:57:38,750 ! reading manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:57:38,750 ! reading manifest template 'MANIFEST.in' 2020-06-23 12:57:38,750 ! warning: no files found matching 'README.md' 2020-06-23 12:57:38,750 ! writing manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder\data 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\arc_welder\arc_welder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\arc_welder\segmented_arc.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\arc_welder\segmented_shape.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:57:38,750 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\array_list.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\circular_buffer.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\extruder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_comment_processor.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_parser.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_position.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\logger.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\parsed_command.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\parsed_command_parameter.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\position.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,750 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\utilities.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_arc_welder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_arc_welder_extension.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_logger.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\python_helpers.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\static 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\css 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\css\arc_welder.css -> build\lib.win32-2.7\octoprint_arc_welder\static\css 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\docs 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.enabled.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.file_processing.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.g90_g91_influences_extruder.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.max_radius_mm.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.overwrite_source_file.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.resolution_mm.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.show_completed_notification.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.show_progress_bar.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.show_started_notification.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.target_postfix.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.target_prefix.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\docs\help\settings.use_octoprint_settings.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\js\arc_welder.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\js\arc_welder.settings.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\js\markdown_help.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\js\pnotify_extensions.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\static\js\showdown.min.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:57:38,766 ! creating build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\templates\arc_welder_settings.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\templates\arc_welder_settings_about.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:57:38,766 ! copying octoprint_arc_welder\templates\arc_welder_tab.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:57:38,766 ! UPDATING build\lib.win32-2.7\octoprint_arc_welder/_version.py 2020-06-23 12:57:38,766 ! set build\lib.win32-2.7\octoprint_arc_welder/_version.py to '0+unknown' 2020-06-23 12:57:38,766 ! running build_ext 2020-06-23 12:57:38,766 ! Compiling PyGcodeArcConverter Extension with <distutils.msvc9compiler.MSVCCompiler instance at 0x04A6A9E0>. 2020-06-23 12:57:38,766 ! Unable to remove -Wstrict-prototypes or to add -Wno-unknown-pragmas. 2020-06-23 12:57:38,766 ! Building Extensions for PyArcWelder - extra_compile_args:['/O2', '/GL', '/Gy', '/MD', '/EHsc'] - extra_link_args:[] 2020-06-23 12:57:38,766 ! building 'PyArcWelder' extension 2020-06-23 12:57:38,766 ! creating build\temp.win32-2.7 2020-06-23 12:57:38,766 ! creating build\temp.win32-2.7\Release 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:57:38,782 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/array_list.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/array_list.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! array_list.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/circular_buffer.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/circular_buffer.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! circular_buffer.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/extruder.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/extruder.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! extruder.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_comment_processor.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_comment_processor.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! gcode_comment_processor.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_parser.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_parser.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! gcode_parser.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_position.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_position.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! gcode_position.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! parsed_command.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command_parameter.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command_parameter.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! parsed_command_parameter.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/position.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/position.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! position.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/utilities.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/utilities.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! utilities.cpp 2020-06-23 12:57:38,782 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processorlib/logger.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:57:38,782 ! logger.cpp 2020-06-23 12:57:38,782 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2039: 'array' : is not a member of 'std' 2020-06-23 12:57:38,782 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2020-06-23 12:57:38,782 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2143: syntax error : missing ';' before '<' 2020-06-23 12:57:38,782 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2143: syntax error : missing ';' before '{' 2020-06-23 12:57:38,782 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processor_lib\logger.h(35) : error C2447: '{' : missing function header (old-style formal list?) 2020-06-23 12:57:38,782 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(101) : error C2065: 'log_level_names' : undeclared identifier 2020-06-23 12:57:38,782 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(110) : warning C4482: nonstandard extension used: enum 'log_levels' used in qualified name 2020-06-23 12:57:38,782 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(154) : error C2039: 'to_string' : is not a member of 'std' 2020-06-23 12:57:38,782 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(154) : error C3861: 'tostring': identifier not found 2020-06-23 12:57:38,782 ! error: command 'C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2 2020-06-23 12:57:38,782 ! ---------------------------------------- 2020-06-23 12:57:38,782 ! ERROR: Failed building wheel for Arc-Welder 2020-06-23 12:57:44,358 > Failed to build Arc-Welder 2020-06-23 12:57:44,358 > Installing collected packages: Arc-Welder 2020-06-23 12:57:44,358 > Running setup.py install for Arc-Welder: started 2020-06-23 12:58:01,608 > Running setup.py install for Arc-Welder: finished with status 'error' 2020-06-23 12:58:01,608 ! ERROR: Command errored out with exit status 1: 2020-06-23 12:58:01,625 ! command: 'c:\octoprint\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej\setup.py'"'"'; file='"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'c:\users\mstee\appdata\local\temp\pip-record-bkfu1g\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\octoprint\venv\include\site\python2.7\Arc-Welder' 2020-06-23 12:58:01,625 ! cwd: c:\users\mstee\appdata\local\temp\pip-req-build-4idej\ 2020-06-23 12:58:01,625 ! Complete output (126 lines): 2020-06-23 12:58:01,625 ! Unknown Version, falling back to 0.1.0rc1.dev5+u.49beaa2. 2020-06-23 12:58:01,625 ! Found packages: set(['octoprint_arc_welder_setuptools', 'octoprint_arc_welder']) 2020-06-23 12:58:01,625 ! running install 2020-06-23 12:58:01,625 ! running build 2020-06-23 12:58:01,625 ! running build_py 2020-06-23 12:58:01,625 ! creating build 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder_setuptools 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder_setuptools__init__.py -> build\lib.win32-2.7\octoprint_arc_welder_setuptools 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\log.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\preprocessor.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\utilities.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder_version.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder__init__.py -> build\lib.win32-2.7\octoprint_arc_welder 2020-06-23 12:58:01,625 ! running egg_info 2020-06-23 12:58:01,625 ! creating Arc_Welder.egg-info 2020-06-23 12:58:01,625 ! writing requirements to Arc_Welder.egg-info\requires.txt 2020-06-23 12:58:01,625 ! writing Arc_Welder.egg-info\PKG-INFO 2020-06-23 12:58:01,625 ! writing top-level names to Arc_Welder.egg-info\top_level.txt 2020-06-23 12:58:01,625 ! writing dependency_links to Arc_Welder.egg-info\dependency_links.txt 2020-06-23 12:58:01,625 ! writing entry points to Arc_Welder.egg-info\entry_points.txt 2020-06-23 12:58:01,625 ! writing manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:58:01,625 ! reading manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:58:01,625 ! reading manifest template 'MANIFEST.in' 2020-06-23 12:58:01,625 ! warning: no files found matching 'README.md' 2020-06-23 12:58:01,625 ! writing manifest file 'Arc_Welder.egg-info\SOURCES.txt' 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder\data 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\arc_welder\arc_welder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\arc_welder\segmented_arc.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\arc_welder\segmented_shape.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:58:01,625 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\array_list.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\circular_buffer.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\extruder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_comment_processor.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_parser.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,625 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\gcode_position.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\logger.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\parsed_command.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\parsed_command_parameter.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\position.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\gcode_processor_lib\utilities.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_arc_welder.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_arc_welder_extension.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\py_logger.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\data\lib\c\py_arc_welder\python_helpers.cpp -> build\lib.win32-2.7\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\static 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\css 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\css\arc_welder.css -> build\lib.win32-2.7\octoprint_arc_welder\static\css 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\docs 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.enabled.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.file_processing.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.g90_g91_influences_extruder.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.max_radius_mm.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.overwrite_source_file.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.resolution_mm.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.show_completed_notification.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.show_progress_bar.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.show_started_notification.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.target_postfix.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.target_prefix.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\docs\help\settings.use_octoprint_settings.md -> build\lib.win32-2.7\octoprint_arc_welder\static\docs\help 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\js\arc_welder.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\js\arc_welder.settings.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\js\markdown_help.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\js\pnotify_extensions.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\static\js\showdown.min.js -> build\lib.win32-2.7\octoprint_arc_welder\static\js 2020-06-23 12:58:01,640 ! creating build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\templates\arc_welder_settings.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\templates\arc_welder_settings_about.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:58:01,640 ! copying octoprint_arc_welder\templates\arc_welder_tab.jinja2 -> build\lib.win32-2.7\octoprint_arc_welder\templates 2020-06-23 12:58:01,640 ! UPDATING build\lib.win32-2.7\octoprint_arc_welder/_version.py 2020-06-23 12:58:01,640 ! set build\lib.win32-2.7\octoprint_arc_welder/_version.py to '0+unknown' 2020-06-23 12:58:01,640 ! running build_ext 2020-06-23 12:58:01,640 ! Compiling PyGcodeArcConverter Extension with <distutils.msvc9compiler.MSVCCompiler instance at 0x041EB670>. 2020-06-23 12:58:01,640 ! Unable to remove -Wstrict-prototypes or to add -Wno-unknown-pragmas. 2020-06-23 12:58:01,640 ! Building Extensions for PyArcWelder - extra_compile_args:['/O2', '/GL', '/Gy', '/MD', '/EHsc'] - extra_link_args:[] 2020-06-23 12:58:01,640 ! building 'PyArcWelder' extension 2020-06-23 12:58:01,640 ! creating build\temp.win32-2.7 2020-06-23 12:58:01,640 ! creating build\temp.win32-2.7\Release 2020-06-23 12:58:01,640 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder 2020-06-23 12:58:01,640 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data 2020-06-23 12:58:01,655 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib 2020-06-23 12:58:01,655 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c 2020-06-23 12:58:01,655 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\gcode_processor_lib 2020-06-23 12:58:01,655 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\arc_welder 2020-06-23 12:58:01,655 ! creating build\temp.win32-2.7\Release\octoprint_arc_welder\data\lib\c\py_arc_welder 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/array_list.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/array_list.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! array_list.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/circular_buffer.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/circular_buffer.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! circular_buffer.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/extruder.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/extruder.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! extruder.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_comment_processor.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_comment_processor.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! gcode_comment_processor.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_parser.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_parser.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! gcode_parser.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_position.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/gcode_position.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! gcode_position.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! parsed_command.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command_parameter.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/parsed_command_parameter.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! parsed_command_parameter.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/position.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/position.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! position.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/utilities.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processor_lib/utilities.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! utilities.cpp 2020-06-23 12:58:01,655 ! C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ioctoprint_arc_welder/data/lib/c/arc_welder -Ioctoprint_arc_welder/data/lib/c/gcode_processor_lib -Ioctoprint_arc_welder/data/lib/c/py_arc_welder -Ic:\octoprint\venv\include -Ic:\octoprint\venv\PC /Tpoctoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp /Fobuild\temp.win32-2.7\Release\octoprint_arc_welder/data/lib/c/gcode_processorlib/logger.obj /O2 /GL /Gy /MD /EHsc 2020-06-23 12:58:01,655 ! logger.cpp 2020-06-23 12:58:01,655 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2039: 'array' : is not a member of 'std' 2020-06-23 12:58:01,655 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 2020-06-23 12:58:01,655 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2143: syntax error : missing ';' before '<' 2020-06-23 12:58:01,655 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processorlib\logger.h(35) : error C2143: syntax error : missing ';' before '{' 2020-06-23 12:58:01,655 ! c:\users\mstee\appdata\local\temp\pip-req-build-4idej\octoprint_arc_welder\data\lib\c\gcode_processor_lib\logger.h(35) : error C2447: '{' : missing function header (old-style formal list?) 2020-06-23 12:58:01,655 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(101) : error C2065: 'log_level_names' : undeclared identifier 2020-06-23 12:58:01,655 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(110) : warning C4482: nonstandard extension used: enum 'log_levels' used in qualified name 2020-06-23 12:58:01,655 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(154) : error C2039: 'to_string' : is not a member of 'std' 2020-06-23 12:58:01,655 ! octoprint_arc_welder/data/lib/c/gcode_processor_lib/logger.cpp(154) : error C3861: 'tostring': identifier not found 2020-06-23 12:58:01,655 ! error: command 'C:\Users\mstee\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2 2020-06-23 12:58:01,655 ! ---------------------------------------- 2020-06-23 12:58:01,655 ! ERROR: Command errored out with exit status 1: 'c:\octoprint\venv\scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej\setup.py'"'"'; file='"'"'c:\users\mstee\appdata\local\temp\pip-req-build-4idej_\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'c:\users\mstee\appdata\local\temp\pip-record-bkfu1g\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\octoprint\venv\include\site\python2.7\Arc-Welder' Check the logs for full command output.

FormerLurker commented 4 years ago

Your compiler really hates modern C. If I fix these errors, there will be 100s more that show up next time. to_string and std:array are apparently also not supported. Just uninstall C++ for Python 2.7 and see what happens.

FormerLurker commented 4 years ago

Edit:

Your compiler really hates modern C

If you consider a 10 year old version modern, lol.

msteele999 commented 4 years ago

Will do

On Tue, Jun 23, 2020 at 1:14 PM FormerLurker notifications@github.com wrote:

Your compiler really hates modern C. If I fix these errors, there will be 100s more that show up next time. to_string and std:array are apparently also not supported. Just uninstall C++ for Python 2.7 and see what happens.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648297917, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYJICRURJLT2R5Y6CC3RYDPGHANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

Rock - meet hard place:

error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython2

Which then installs the version of C++ that your plugin hates :-)

On Tue, Jun 23, 2020 at 1:14 PM FormerLurker notifications@github.com wrote:

Edit:

Your compiler really hates modern C

If you consider a 10 year old version modern, lol.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648298301, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYKS5TLE3WEAZDK23F3RYDPI7ANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

Wait, aren't you running python 3? Something must be wrong with your environment variables. Search for 'Environment Variables' and look for this:

image

Make sure that is pointing to your python 3 installation. then reboot. Let me know how it goes!

FormerLurker commented 4 years ago

OH, also, look at the path and remove all references to Python27 and replace with the python 3 paths.

msteele999 commented 4 years ago

No - I was not able to get P3 running - I'm re-doing that now - basically I am installing a subset of Visual Studio now to get the proper 14.0 C++ compiler - I may get this licked before the end of the day

On Tue, Jun 23, 2020 at 1:38 PM FormerLurker notifications@github.com wrote:

OH, also, look at the path and remove all references to Python27 and replace with the python 3 paths.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648310674, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYKYC6TPXM43EEBYVZ3RYDSBJANCNFSM4NYZJ4SQ .

FormerLurker commented 4 years ago

This might help with installation: https://wiki.python.org/moin/WindowsCompilers

msteele999 commented 4 years ago

I have python3 running!

Will test your plugin soon

On Tue, Jun 23, 2020 at 2:05 PM FormerLurker notifications@github.com wrote:

This might help with installation: https://wiki.python.org/moin/WindowsCompilers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648326946, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYL27OUN6RZE2KB25V3RYDVGFANCNFSM4NYZJ4SQ .

msteele999 commented 4 years ago

The log shows the plugin installed - however during the install it said it failed with an unknown error.

The plugin is showing as disabled. When I enable it the server restarts and it looks like it stuck.

On Tue, Jun 23, 2020 at 3:07 PM Mark Steele msteele999@gmail.com wrote:

I have python3 running!

Will test your plugin soon

On Tue, Jun 23, 2020 at 2:05 PM FormerLurker notifications@github.com wrote:

This might help with installation: https://wiki.python.org/moin/WindowsCompilers

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648326946, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYL27OUN6RZE2KB25V3RYDVGFANCNFSM4NYZJ4SQ .

2020-06-23 15:09:17,414 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/StefanCohen/OctoPrint-Dashboard/archive/master.zip --no-cache-dir 2020-06-23 15:09:20,875 > Collecting https://github.com/StefanCohen/OctoPrint-Dashboard/archive/master.zip 2020-06-23 15:09:20,875 > Downloading https://github.com/StefanCohen/OctoPrint-Dashboard/archive/master.zip 2020-06-23 15:09:24,531 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from OctoPrint-Dashboard==1.14.0) (1.4.0) 2020-06-23 15:09:24,531 > Requirement already satisfied: psutil in c:\octoprint\venv\lib\site-packages (from OctoPrint-Dashboard==1.14.0) (5.6.7) 2020-06-23 15:09:24,531 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.10.9) 2020-06-23 15:09:24,531 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (4.5.3) 2020-06-23 15:09:24,531 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.7.20) 2020-06-23 15:09:24,531 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.4.1) 2020-06-23 15:09:24,531 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.2) 2020-06-23 15:09:24,531 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.5.0.1) 2020-06-23 15:09:24,531 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.9.0) 2020-06-23 15:09:24,531 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (4.6) 2020-06-23 15:09:24,531 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (2020.6.8) 2020-06-23 15:09:24,531 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.12.2) 2020-06-23 15:09:24,531 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (2.24.0) 2020-06-23 15:09:24,531 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.2.0) 2020-06-23 15:09:24,531 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.6.5) 2020-06-23 15:09:24,531 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.12.5) 2020-06-23 15:09:24,531 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (2.8.5) 2020-06-23 15:09:24,531 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.56.0) 2020-06-23 15:09:24,531 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.13.2) 2020-06-23 15:09:24,531 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (2.8.1) 2020-06-23 15:09:24,531 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.16.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (3.1.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.1.5.post0) 2020-06-23 15:09:24,546 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.4) 2020-06-23 15:09:24,546 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.12) 2020-06-23 15:09:24,546 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.18.2) 2020-06-23 15:09:24,546 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.11.2) 2020-06-23 15:09:24,546 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (1.0.7) 2020-06-23 15:09:24,546 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.1.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (7.1.2) 2020-06-23 15:09:24,546 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (5.2.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (3.4) 2020-06-23 15:09:24,546 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (0.5.4) 2020-06-23 15:09:24,546 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Dashboard==1.14.0) (5.3.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (0.26.2) 2020-06-23 15:09:24,546 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (0.1.2) 2020-06-23 15:09:24,546 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (0.4.8) 2020-06-23 15:09:24,546 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-Dashboard==1.14.0) (2.8.0) 2020-06-23 15:09:24,546 > Requirement already satisfied: certifi>=2017.4.17 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (2020.6.20) 2020-06-23 15:09:24,546 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (2.9) 2020-06-23 15:09:24,546 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (3.0.4) 2020-06-23 15:09:24,546 > Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Dashboard==1.14.0) (1.25.9) 2020-06-23 15:09:24,546 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->OctoPrint-Dashboard==1.14.0) (0.4.21) 2020-06-23 15:09:24,546 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->OctoPrint-Dashboard==1.14.0) (1.1.0) 2020-06-23 15:09:24,546 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->OctoPrint-Dashboard==1.14.0) (1.15.0) 2020-06-23 15:09:24,546 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->OctoPrint-Dashboard==1.14.0) (1.1.1) 2020-06-23 15:09:24,546 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->OctoPrint-Dashboard==1.14.0) (41.2.0) 2020-06-23 15:09:24,546 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->OctoPrint-Dashboard==1.14.0) (2.0) 2020-06-23 15:09:24,546 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-Dashboard==1.14.0) (2020.1) 2020-06-23 15:09:24,546 > Using legacy setup.py install for OctoPrint-Dashboard, since package 'wheel' is not installed. 2020-06-23 15:09:24,546 > Installing collected packages: OctoPrint-Dashboard 2020-06-23 15:09:24,546 > Running setup.py install for OctoPrint-Dashboard: started 2020-06-23 15:09:28,000 > Running setup.py install for OctoPrint-Dashboard: finished with status 'done' 2020-06-23 15:09:28,000 > Successfully installed OctoPrint-Dashboard-1.14.0 2020-06-23 15:10:41,414 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip --no-cache-dir 2020-06-23 15:10:44,508 > Collecting https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip 2020-06-23 15:10:45,523 > Downloading https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip (368 kB) 2020-06-23 15:10:48,367 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from DisplayLayerProgress==1.22.1) (1.4.0) 2020-06-23 15:10:48,367 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.2.0) 2020-06-23 15:10:48,367 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.1.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.6.5) 2020-06-23 15:10:48,367 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (5.6.7) 2020-06-23 15:10:48,367 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.9.0) 2020-06-23 15:10:48,367 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.5.4) 2020-06-23 15:10:48,367 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.4.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.12) 2020-06-23 15:10:48,367 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.56.0) 2020-06-23 15:10:48,367 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.10.9) 2020-06-23 15:10:48,367 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.11.2) 2020-06-23 15:10:48,367 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (4.5.3) 2020-06-23 15:10:48,367 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (2.8.5) 2020-06-23 15:10:48,367 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.5.0.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.13.2) 2020-06-23 15:10:48,367 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.12.5) 2020-06-23 15:10:48,367 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (2.8.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.18.2) 2020-06-23 15:10:48,367 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (3.1.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.1.5.post0) 2020-06-23 15:10:48,367 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (2.24.0) 2020-06-23 15:10:48,367 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (5.3.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (5.2.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.16.1) 2020-06-23 15:10:48,367 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.4) 2020-06-23 15:10:48,367 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.7.20) 2020-06-23 15:10:48,367 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (0.12.2) 2020-06-23 15:10:48,367 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (2020.6.8) 2020-06-23 15:10:48,367 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (7.1.2) 2020-06-23 15:10:48,367 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.0.7) 2020-06-23 15:10:48,367 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (3.4) 2020-06-23 15:10:48,367 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (4.6) 2020-06-23 15:10:48,382 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->DisplayLayerProgress==1.22.1) (1.2) 2020-06-23 15:10:48,382 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->DisplayLayerProgress==1.22.1) (0.4.21) 2020-06-23 15:10:48,382 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->DisplayLayerProgress==1.22.1) (0.26.2) 2020-06-23 15:10:48,382 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->DisplayLayerProgress==1.22.1) (0.1.2) 2020-06-23 15:10:48,382 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->DisplayLayerProgress==1.22.1) (2.0) 2020-06-23 15:10:48,382 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->DisplayLayerProgress==1.22.1) (1.15.0) 2020-06-23 15:10:48,382 > Requirement already satisfied: urllib3>=1.10.0 in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->DisplayLayerProgress==1.22.1) (1.25.9) 2020-06-23 15:10:48,382 > Requirement already satisfied: certifi in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->DisplayLayerProgress==1.22.1) (2020.6.20) 2020-06-23 15:10:48,382 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->DisplayLayerProgress==1.22.1) (1.1.0) 2020-06-23 15:10:48,382 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->DisplayLayerProgress==1.22.1) (1.1.1) 2020-06-23 15:10:48,382 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->DisplayLayerProgress==1.22.1) (41.2.0) 2020-06-23 15:10:48,382 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->DisplayLayerProgress==1.22.1) (3.0.4) 2020-06-23 15:10:48,382 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->DisplayLayerProgress==1.22.1) (2.9) 2020-06-23 15:10:48,382 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->DisplayLayerProgress==1.22.1) (2.8.0) 2020-06-23 15:10:48,382 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->DisplayLayerProgress==1.22.1) (0.4.8) 2020-06-23 15:10:48,382 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->DisplayLayerProgress==1.22.1) (2020.1) 2020-06-23 15:10:48,382 > Using legacy setup.py install for DisplayLayerProgress, since package 'wheel' is not installed. 2020-06-23 15:10:48,382 > Installing collected packages: DisplayLayerProgress 2020-06-23 15:10:48,382 > Running setup.py install for DisplayLayerProgress: started 2020-06-23 15:10:51,523 > Running setup.py install for DisplayLayerProgress: finished with status 'done' 2020-06-23 15:10:51,523 > Successfully installed DisplayLayerProgress-1.22.1 2020-06-23 15:11:16,451 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip --no-cache-dir 2020-06-23 15:11:19,908 > Collecting https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip 2020-06-23 15:11:19,908 > Downloading https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip (2.7 MB) 2020-06-23 15:11:22,377 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from Bed-Visualizer==0.1.13) (1.4.0) 2020-06-23 15:11:25,033 > Collecting numpy 2020-06-23 15:11:25,033 > Downloading numpy-1.19.0-cp38-cp38-win32.whl (10.9 MB) 2020-06-23 15:11:30,095 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.11.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (7.1.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.5.0.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.12) 2020-06-23 15:11:30,095 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.4) 2020-06-23 15:11:30,095 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (4.5.3) 2020-06-23 15:11:30,095 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.5.4) 2020-06-23 15:11:30,095 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.1.5.post0) 2020-06-23 15:11:30,095 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (2.24.0) 2020-06-23 15:11:30,095 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.10.9) 2020-06-23 15:11:30,095 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (5.2.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.13.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (2020.6.8) 2020-06-23 15:11:30,095 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (5.6.7) 2020-06-23 15:11:30,095 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.12.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.18.2) 2020-06-23 15:11:30,095 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (3.4) 2020-06-23 15:11:30,095 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (2.8.5) 2020-06-23 15:11:30,095 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.9.0) 2020-06-23 15:11:30,095 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.6.5) 2020-06-23 15:11:30,095 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.0.7) 2020-06-23 15:11:30,095 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (5.3.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (3.1.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.4.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (2.8.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.16.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.12.5) 2020-06-23 15:11:30,095 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.1.1) 2020-06-23 15:11:30,095 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (4.6) 2020-06-23 15:11:30,095 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.7.20) 2020-06-23 15:11:30,095 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (0.56.0) 2020-06-23 15:11:30,095 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Bed-Visualizer==0.1.13) (1.2.0) 2020-06-23 15:11:30,095 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->Bed-Visualizer==0.1.13) (2.0) 2020-06-23 15:11:30,095 > Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Bed-Visualizer==0.1.13) (1.25.9) 2020-06-23 15:11:30,095 > Requirement already satisfied: certifi>=2017.4.17 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Bed-Visualizer==0.1.13) (2020.6.20) 2020-06-23 15:11:30,095 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Bed-Visualizer==0.1.13) (2.9) 2020-06-23 15:11:30,095 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Bed-Visualizer==0.1.13) (3.0.4) 2020-06-23 15:11:30,095 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->Bed-Visualizer==0.1.13) (2.8.0) 2020-06-23 15:11:30,111 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->Bed-Visualizer==0.1.13) (0.26.2) 2020-06-23 15:11:30,111 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->Bed-Visualizer==0.1.13) (0.1.2) 2020-06-23 15:11:30,111 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->Bed-Visualizer==0.1.13) (0.4.21) 2020-06-23 15:11:30,111 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->Bed-Visualizer==0.1.13) (41.2.0) 2020-06-23 15:11:30,111 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->Bed-Visualizer==0.1.13) (1.1.1) 2020-06-23 15:11:30,111 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->Bed-Visualizer==0.1.13) (1.1.0) 2020-06-23 15:11:30,111 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->Bed-Visualizer==0.1.13) (0.4.8) 2020-06-23 15:11:30,111 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->Bed-Visualizer==0.1.13) (1.15.0) 2020-06-23 15:11:30,111 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->Bed-Visualizer==0.1.13) (2020.1) 2020-06-23 15:11:30,111 > Using legacy setup.py install for Bed-Visualizer, since package 'wheel' is not installed. 2020-06-23 15:11:30,111 > Installing collected packages: numpy, Bed-Visualizer 2020-06-23 15:12:00,860 > Running setup.py install for Bed-Visualizer: started 2020-06-23 15:12:08,032 > Running setup.py install for Bed-Visualizer: finished with status 'done' 2020-06-23 15:12:08,032 > Successfully installed Bed-Visualizer-0.1.13 numpy-1.19.0 2020-06-23 15:12:33,832 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/jneilliii/OctoPrint-BLTouch/archive/master.zip --no-cache-dir 2020-06-23 15:12:37,415 > Collecting https://github.com/jneilliii/OctoPrint-BLTouch/archive/master.zip 2020-06-23 15:12:37,415 > Downloading https://github.com/jneilliii/OctoPrint-BLTouch/archive/master.zip 2020-06-23 15:12:40,352 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from OctoPrint-BLTouch==0.3.3) (1.4.0) 2020-06-23 15:12:40,352 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.12.5) 2020-06-23 15:12:40,352 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.4) 2020-06-23 15:12:40,352 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (5.3.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.1.5.post0) 2020-06-23 15:12:40,352 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.10.9) 2020-06-23 15:12:40,352 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (3.1.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.11.2) 2020-06-23 15:12:40,352 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (2.8.5) 2020-06-23 15:12:40,352 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.2.0) 2020-06-23 15:12:40,352 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.12) 2020-06-23 15:12:40,352 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.12.2) 2020-06-23 15:12:40,352 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (2.8.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.56.0) 2020-06-23 15:12:40,352 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (7.1.2) 2020-06-23 15:12:40,352 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.7.20) 2020-06-23 15:12:40,352 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.16.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.0.7) 2020-06-23 15:12:40,352 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.5.0.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (2020.6.8) 2020-06-23 15:12:40,352 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.4.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.6.5) 2020-06-23 15:12:40,352 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (5.6.7) 2020-06-23 15:12:40,352 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.13.2) 2020-06-23 15:12:40,352 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (4.6) 2020-06-23 15:12:40,352 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.1.1) 2020-06-23 15:12:40,352 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (2.24.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (5.2.1) 2020-06-23 15:12:40,368 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (3.4) 2020-06-23 15:12:40,368 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.5.4) 2020-06-23 15:12:40,368 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (4.5.3) 2020-06-23 15:12:40,368 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (1.2) 2020-06-23 15:12:40,368 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.9.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-BLTouch==0.3.3) (0.18.2) 2020-06-23 15:12:40,368 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->OctoPrint-BLTouch==0.3.3) (1.1.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->OctoPrint-BLTouch==0.3.3) (41.2.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->OctoPrint-BLTouch==0.3.3) (2.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-BLTouch==0.3.3) (2.8.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->OctoPrint-BLTouch==0.3.3) (1.1.1) 2020-06-23 15:12:40,368 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->OctoPrint-BLTouch==0.3.3) (1.15.0) 2020-06-23 15:12:40,368 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->OctoPrint-BLTouch==0.3.3) (0.4.21) 2020-06-23 15:12:40,368 > Requirement already satisfied: urllib3>=1.10.0 in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-BLTouch==0.3.3) (1.25.9) 2020-06-23 15:12:40,368 > Requirement already satisfied: certifi in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-BLTouch==0.3.3) (2020.6.20) 2020-06-23 15:12:40,368 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->OctoPrint-BLTouch==0.3.3) (0.4.8) 2020-06-23 15:12:40,368 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-BLTouch==0.3.3) (2.9) 2020-06-23 15:12:40,368 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-BLTouch==0.3.3) (3.0.4) 2020-06-23 15:12:40,368 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-BLTouch==0.3.3) (0.26.2) 2020-06-23 15:12:40,368 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-BLTouch==0.3.3) (0.1.2) 2020-06-23 15:12:40,368 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-BLTouch==0.3.3) (2020.1) 2020-06-23 15:12:40,368 > Using legacy setup.py install for OctoPrint-BLTouch, since package 'wheel' is not installed. 2020-06-23 15:12:40,368 > Installing collected packages: OctoPrint-BLTouch 2020-06-23 15:12:40,368 > Running setup.py install for OctoPrint-BLTouch: started 2020-06-23 15:12:42,540 > Running setup.py install for OctoPrint-BLTouch: finished with status 'done' 2020-06-23 15:12:42,540 > Successfully installed OctoPrint-BLTouch-0.3.3 2020-06-23 15:12:51,055 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip --no-cache-dir 2020-06-23 15:12:54,555 > Collecting https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip 2020-06-23 15:12:54,555 > Downloading https://github.com/birkbjo/OctoPrint-Themeify/archive/master.zip 2020-06-23 15:12:57,851 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from Themeify==1.2.2) (1.4.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (3.4) 2020-06-23 15:12:57,851 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.12.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.5.4) 2020-06-23 15:12:57,851 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.0.7) 2020-06-23 15:12:57,851 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (4.5.3) 2020-06-23 15:12:57,851 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (5.6.7) 2020-06-23 15:12:57,851 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.9.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.12) 2020-06-23 15:12:57,851 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.4) 2020-06-23 15:12:57,851 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.1.5.post0) 2020-06-23 15:12:57,851 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.1.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (2.24.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (2.8.5) 2020-06-23 15:12:57,851 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.6.5) 2020-06-23 15:12:57,851 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.56.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (5.3.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (4.6) 2020-06-23 15:12:57,851 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.2.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.7.20) 2020-06-23 15:12:57,851 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (3.1.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.16.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.18.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.4.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.11.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.13.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (2.8.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (1.5.0.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (5.2.1) 2020-06-23 15:12:57,851 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (7.1.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.12.5) 2020-06-23 15:12:57,851 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (0.10.9) 2020-06-23 15:12:57,851 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->Themeify==1.2.2) (2020.6.8) 2020-06-23 15:12:57,851 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->Themeify==1.2.2) (2.8.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->Themeify==1.2.2) (0.26.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->Themeify==1.2.2) (0.1.2) 2020-06-23 15:12:57,851 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->Themeify==1.2.2) (2.0) 2020-06-23 15:12:57,851 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Themeify==1.2.2) (2.9) 2020-06-23 15:12:57,867 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Themeify==1.2.2) (3.0.4) 2020-06-23 15:12:57,867 > Requirement already satisfied: certifi>=2017.4.17 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Themeify==1.2.2) (2020.6.20) 2020-06-23 15:12:57,867 > Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Themeify==1.2.2) (1.25.9) 2020-06-23 15:12:57,867 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->Themeify==1.2.2) (0.4.21) 2020-06-23 15:12:57,867 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->Themeify==1.2.2) (1.15.0) 2020-06-23 15:12:57,867 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->Themeify==1.2.2) (0.4.8) 2020-06-23 15:12:57,867 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->Themeify==1.2.2) (41.2.0) 2020-06-23 15:12:57,867 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->Themeify==1.2.2) (1.1.1) 2020-06-23 15:12:57,867 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->Themeify==1.2.2) (1.1.0) 2020-06-23 15:12:57,867 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->Themeify==1.2.2) (2020.1) 2020-06-23 15:12:57,867 > Using legacy setup.py install for Themeify, since package 'wheel' is not installed. 2020-06-23 15:12:57,867 > Installing collected packages: Themeify 2020-06-23 15:12:57,867 > Running setup.py install for Themeify: started 2020-06-23 15:13:01,607 > Running setup.py install for Themeify: finished with status 'done' 2020-06-23 15:13:01,607 > Successfully installed Themeify-1.2.2 2020-06-23 15:13:15,158 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/anthonyst91/OctoPrint-Printoid/archive/master.zip --no-cache-dir 2020-06-23 15:13:18,649 > Collecting https://github.com/anthonyst91/OctoPrint-Printoid/archive/master.zip 2020-06-23 15:13:18,649 > Downloading https://github.com/anthonyst91/OctoPrint-Printoid/archive/master.zip 2020-06-23 15:13:20,680 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from OctoPrint-Printoid==1.0.2) (1.4.0) 2020-06-23 15:13:23,336 > Collecting pillow 2020-06-23 15:13:23,336 > Downloading Pillow-7.1.2-cp38-cp38-win32.whl (1.8 MB) 2020-06-23 15:13:25,024 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (3.4) 2020-06-23 15:13:25,024 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.2.0) 2020-06-23 15:13:25,024 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.0.7) 2020-06-23 15:13:25,024 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.4.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.18.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.12.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (2.8.5) 2020-06-23 15:13:25,024 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.1.5.post0) 2020-06-23 15:13:25,024 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.6.5) 2020-06-23 15:13:25,024 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (2.8.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.1.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.7.20) 2020-06-23 15:13:25,024 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (4.6) 2020-06-23 15:13:25,024 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.5.0.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.10.9) 2020-06-23 15:13:25,024 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.16.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (5.6.7) 2020-06-23 15:13:25,024 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (5.2.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.56.0) 2020-06-23 15:13:25,024 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.5.4) 2020-06-23 15:13:25,024 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (5.3.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (3.1.1) 2020-06-23 15:13:25,024 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.12) 2020-06-23 15:13:25,024 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (2020.6.8) 2020-06-23 15:13:25,024 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.9.0) 2020-06-23 15:13:25,024 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.13.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (2.24.0) 2020-06-23 15:13:25,024 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.11.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (1.4) 2020-06-23 15:13:25,024 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (7.1.2) 2020-06-23 15:13:25,024 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (0.12.5) 2020-06-23 15:13:25,024 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-Printoid==1.0.2) (4.5.3) 2020-06-23 15:13:25,024 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-Printoid==1.0.2) (2.8.0) 2020-06-23 15:13:25,039 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->OctoPrint-Printoid==1.0.2) (0.4.21) 2020-06-23 15:13:25,039 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->OctoPrint-Printoid==1.0.2) (1.1.1) 2020-06-23 15:13:25,039 > Requirement already satisfied: pyasn1>=0.1.3 in c:\octoprint\venv\lib\site-packages (from rsa<5,>=4.0->OctoPrint->OctoPrint-Printoid==1.0.2) (0.4.8) 2020-06-23 15:13:25,039 > Requirement already satisfied: six in c:\octoprint\venv\lib\site-packages (from websocket-client<0.57,>=0.56->OctoPrint->OctoPrint-Printoid==1.0.2) (1.15.0) 2020-06-23 15:13:25,039 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->OctoPrint-Printoid==1.0.2) (41.2.0) 2020-06-23 15:13:25,039 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->OctoPrint-Printoid==1.0.2) (2.0) 2020-06-23 15:13:25,039 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-Printoid==1.0.2) (0.26.2) 2020-06-23 15:13:25,039 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-Printoid==1.0.2) (0.1.2) 2020-06-23 15:13:25,039 > Requirement already satisfied: urllib3>=1.10.0 in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-Printoid==1.0.2) (1.25.9) 2020-06-23 15:13:25,039 > Requirement already satisfied: certifi in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-Printoid==1.0.2) (2020.6.20) 2020-06-23 15:13:25,039 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Printoid==1.0.2) (3.0.4) 2020-06-23 15:13:25,039 > Requirement already satisfied: idna<3,>=2.5 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->OctoPrint-Printoid==1.0.2) (2.9) 2020-06-23 15:13:25,039 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->OctoPrint-Printoid==1.0.2) (1.1.0) 2020-06-23 15:13:25,039 > Requirement already satisfied: pytz>=2015.7 in c:\octoprint\venv\lib\site-packages (from Babel>=2.3->Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-Printoid==1.0.2) (2020.1) 2020-06-23 15:13:25,039 > Using legacy setup.py install for OctoPrint-Printoid, since package 'wheel' is not installed. 2020-06-23 15:13:25,039 > Installing collected packages: pillow, OctoPrint-Printoid 2020-06-23 15:13:31,195 > Running setup.py install for OctoPrint-Printoid: started 2020-06-23 15:13:33,633 > Running setup.py install for OctoPrint-Printoid: finished with status 'done' 2020-06-23 15:13:33,633 > Successfully installed OctoPrint-Printoid-1.0.2 pillow-7.1.2 2020-06-23 15:16:53,931 c:\octoprint\venv\scripts\python.exe -m pip --disable-pip-version-check install https://github.com/Kragrathea/OctoPrint-PrettyGCode/archive/master.zip --no-cache-dir 2020-06-23 15:16:57,009 > Collecting https://github.com/Kragrathea/OctoPrint-PrettyGCode/archive/master.zip 2020-06-23 15:16:58,025 > Downloading https://github.com/Kragrathea/OctoPrint-PrettyGCode/archive/master.zip 2020-06-23 15:17:00,853 > Requirement already satisfied: OctoPrint in c:\octoprint\venv\lib\site-packages (from OctoPrint-PrettyGCode==1.1) (1.4.0) 2020-06-23 15:17:00,853 > Requirement already satisfied: pyserial<3.5,>=3.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (3.4) 2020-06-23 15:17:00,853 > Requirement already satisfied: filetype<2,>=1.0.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.0.7) 2020-06-23 15:17:00,853 > Requirement already satisfied: Jinja2<2.9,>=2.8.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (2.8.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: tornado==4.5.3 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (4.5.3) 2020-06-23 15:17:00,853 > Requirement already satisfied: pkginfo<1.6,>=1.5.0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.5.0.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: PyYAML<6,>=5.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (5.3.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: wrapt<1.12,>=1.11.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.11.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: Flask-Assets<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.12) 2020-06-23 15:17:00,853 > Requirement already satisfied: semantic-version<2.9,>=2.8 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (2.8.5) 2020-06-23 15:17:00,853 > Requirement already satisfied: awesome-slugify<1.7,>=1.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.6.5) 2020-06-23 15:17:00,853 > Requirement already satisfied: netaddr<0.8,>=0.7.19 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.7.20) 2020-06-23 15:17:00,853 > Requirement already satisfied: watchdog<0.10,>=0.9.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.9.0) 2020-06-23 15:17:00,853 > Requirement already satisfied: markdown<3.2,>=3.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (3.1.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: werkzeug<0.17,>=0.16 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.16.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: cachelib<0.2,>=0.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.1.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: sentry-sdk==0.13.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.13.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: flask<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.12.5) 2020-06-23 15:17:00,853 > Requirement already satisfied: regex!=2018.11.6 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (2020.6.8) 2020-06-23 15:17:00,853 > Requirement already satisfied: Flask-Babel<0.13,>=0.12 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.12.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: Click<8,>=7 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (7.1.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: sarge==0.1.5post0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.1.5.post0) 2020-06-23 15:17:00,853 > Requirement already satisfied: requests<3,>=2.22.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (2.24.0) 2020-06-23 15:17:00,853 > Requirement already satisfied: Flask-Login<0.5,>=0.4.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.4.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: websocket-client<0.57,>=0.56 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.56.0) 2020-06-23 15:17:00,853 > Requirement already satisfied: pylru<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.2.0) 2020-06-23 15:17:00,853 > Requirement already satisfied: feedparser<5.3,>=5.2.1 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (5.2.1) 2020-06-23 15:17:00,853 > Requirement already satisfied: emoji<0.6,>=0.5.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.5.4) 2020-06-23 15:17:00,853 > Requirement already satisfied: psutil<5.7,>=5.6.5 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (5.6.7) 2020-06-23 15:17:00,853 > Requirement already satisfied: frozendict<1.3,>=1.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: rsa<5,>=4.0 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (4.6) 2020-06-23 15:17:00,853 > Requirement already satisfied: blinker<1.5,>=1.4 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (1.4) 2020-06-23 15:17:00,853 > Requirement already satisfied: future<0.19,>=0.18.2 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.18.2) 2020-06-23 15:17:00,853 > Requirement already satisfied: netifaces<0.11,>=0.10.9 in c:\octoprint\venv\lib\site-packages (from OctoPrint->OctoPrint-PrettyGCode==1.1) (0.10.9) 2020-06-23 15:17:00,868 > Requirement already satisfied: MarkupSafe in c:\octoprint\venv\lib\site-packages (from Jinja2<2.9,>=2.8.1->OctoPrint->OctoPrint-PrettyGCode==1.1) (1.1.1) 2020-06-23 15:17:00,868 > Requirement already satisfied: webassets>=0.11.1 in c:\octoprint\venv\lib\site-packages (from Flask-Assets<0.13,>=0.12->OctoPrint->OctoPrint-PrettyGCode==1.1) (2.0) 2020-06-23 15:17:00,868 > Requirement already satisfied: Unidecode<0.05,>=0.04.14 in c:\octoprint\venv\lib\site-packages (from awesome-slugify<1.7,>=1.6.5->OctoPrint->OctoPrint-PrettyGCode==1.1) (0.4.21) 2020-06-23 15:17:00,868 > Requirement already satisfied: argh>=0.24.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-PrettyGCode==1.1) (0.26.2) 2020-06-23 15:17:00,868 > Requirement already satisfied: pathtools>=0.1.1 in c:\octoprint\venv\lib\site-packages (from watchdog<0.10,>=0.9.0->OctoPrint->OctoPrint-PrettyGCode==1.1) (0.1.2) 2020-06-23 15:17:00,868 > Requirement already satisfied: setuptools>=36 in c:\octoprint\venv\lib\site-packages (from markdown<3.2,>=3.1->OctoPrint->OctoPrint-PrettyGCode==1.1) (41.2.0) 2020-06-23 15:17:00,868 > Requirement already satisfied: certifi in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-PrettyGCode==1.1) (2020.6.20) 2020-06-23 15:17:00,868 > Requirement already satisfied: urllib3>=1.10.0 in c:\octoprint\venv\lib\site-packages (from sentry-sdk==0.13.2->OctoPrint->OctoPrint-PrettyGCode==1.1) (1.25.9) 2020-06-23 15:17:00,868 > Requirement already satisfied: itsdangerous>=0.21 in c:\octoprint\venv\lib\site-packages (from flask<0.13,>=0.12->OctoPrint->OctoPrint-PrettyGCode==1.1) (1.1.0) 2020-06-23 15:17:00,868 > Requirement already satisfied: Babel>=2.3 in c:\octoprint\venv\lib\site-packages (from Flask-Babel<0.13,>=0.12->OctoPrint->OctoPrint-PrettyGCode==1.1) (2.8.0) 2020-06-23 15:17:00,868 > Requirement already satisfied: chardet<4,>=3.0.2 in c:\octoprint\venv\lib\site-packages (from requests<3,>=2.22.0->OctoPrint->Octo

FormerLurker commented 4 years ago

The log you posted doesn't appear to show the install log for ArcWelder. Can you see if you can generate that for me?

msteele999 commented 4 years ago

interesting - that was the entire log - I'll look to see if I can find something more

FWIW - it's working and I am running my first print after processing

On Tue, Jun 23, 2020 at 3:31 PM FormerLurker notifications@github.com wrote:

The log you posted doesn't appear to show the install log for ArcWelder. Can you see if you can generate that for me?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/24#issuecomment-648373085, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRMUYOYEB2QKVLDWIUKSE3RYD7JRANCNFSM4NYZJ4SQ .

FormerLurker commented 3 years ago

FYI, I just added some additional compiler support, so hopefully we don't run into this issue again :)

Going to close this now, but let me know if you have any other issues!