View Single Post
Old 28th April 2020, 08:59   #153  |  Link
shader
Registered User
 
Join Date: Jan 2016
Posts: 19
I'm using VS portable for a long time now.

I wanted to run R49//Python 3.8 (python-3.8.2-embed-amd64.zip) on my Win10 64bit machine with installed Python 3.7 64bit.

When I run "python vsrepo.py -p available" in the R49 folder I get the error:
Code:
Traceback (most recent call last):
  File "vsrepo.py", line 100, in <module>
    os.makedirs(py_script_path, exist_ok=True)
  File "os.py", line 223, in makedirs
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: ''
The same call in my old R48 folder works fine.

Seems that the portable version needs some packages from outside?!? At least on Win64 machine.

Can anybody help me?
shader is offline   Reply With Quote