cupscale icon indicating copy to clipboard operation
cupscale copied to clipboard

Install Embedded Python stuck at 0 MB of 2500

Open Auouywonz opened this issue 3 years ago • 10 comments

Python Installer was running fine by the looks, it finish downloading, but it's not moved past 0 MB installed. Any idea what I could do?

Auouywonz avatar Oct 12 '21 19:10 Auouywonz

I cannot reproduce this, so no.

n00mkrad avatar Oct 12 '21 19:10 n00mkrad

Having the same problem, first on a laptop with 1060, then I tried Cupscale on a Cloud PC (Shadow Cloud) with 1080, same problem. Can we help with anything?

netistul avatar Oct 15 '21 13:10 netistul

Deleting entire Cupscale and installing again worked for me, now I have Python embedded.

netistul avatar Oct 16 '21 19:10 netistul

Deleting entire Cupscale and installing again worked for me, now I have Python embedded.

This didn't fix it for me

Void48 avatar Dec 13 '21 20:12 Void48

@Void48 Late, but I had the same issue. I deleted and reinstalled and then had it download dependencies. It seemed frozen. If I clicked Cupscale in task bar there were two windows associated with it, one the main gui, the other the dependency checker. I went to Task Manager to see if it was doing anything, and I could expand Cupscale to see that there were 3 windows open, one of them was a message to finish unpacking python. When I hit ok, everything seemed to work.

ghost avatar Jan 13 '22 16:01 ghost

having the same issue. Sadly I cannot reproduce what @fabricatedmath says. No window that will show finishing unpacking appears.

hditano avatar May 06 '22 11:05 hditano

Exactly the same here, too. One day worked fine, next day, Python dependencies disappeared. Ran the check. All gone. Ran installer, "done donwloading / 100%" but won't go any further than 0 MB of 2500. Same with a fresh copy, too.

extracoconut avatar May 10 '22 08:05 extracoconut

Update: worked again when saved and installed from a different hard drive.

extracoconut avatar May 10 '22 10:05 extracoconut

Update 2: but now getting consistent out of memory errors. Sigh.

extracoconut avatar May 10 '22 15:05 extracoconut

It's getting stuck here because of a few reasons. The downloader task grabs the py.7z and tries to save it in CupscaleData\bin folder. But it never returns from this task.

I solved this on my own by...

  1. Deleting the Cupscale folder entirely.
  2. Extracting the Cupscale zip to a new Cupscale folder in the location I wanted it. I made sure there were no spaces in the Cupscale path.
  3. The installer worked correctly after this.

IBNobody avatar May 21 '22 05:05 IBNobody