image-super-resolution
image-super-resolution copied to clipboard
Errno 13 Permission denied during installation
Trying to install this for the first time (haven't really messed around with python installations or the cmd on Windows before) and this is preventing me from installing the file. I think I set up a python virtual machine to fix this, but dunno how to use it yet. I believe I've fixed any permission issues that should interfere, but it seems I'm wrong. Is that the right way to go? How do I fix this?
`[Errno 13] Permission denied: 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1776.0_x64__qbz5n2kfra8p0\Lib\site-packages\test-easy-install-18828.write-test'
The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:
C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1776.0_x64__qbz5n2kfra8p0\Lib\site-packages\
Perhaps your account does not have write access to this directory? If the installation directory is a system-owned directory, you may need to sign in as the administrator or "root" account. If you do not have administrative access to this machine, you may wish to choose a different installation directory, preferably one that is listed in your PYTHONPATH environment variable.
For information on other options, you may wish to consult the documentation at:
https://setuptools.readthedocs.io/en/latest/easy_install.html
Please make the appropriate changes for your system and try again.`
It's worth noting I tried to install the program via the initial command, but recieved this error
ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0 (from ISR) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1) ERROR: No matching distribution found for tensorflow==2.0.0 (from ISR)
It's worth noting I tried to install the program via the initial command, but recieved this error
ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0 (from ISR) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1) ERROR: No matching distribution found for tensorflow==2.0.0 (from ISR)
Hi! Not sure if that helps, but you can also try installing TF 2.0.0 from a wheel from here: https://pypi.org/project/tensorflow/2.0.0/#files
This issue seems related: #126
Thanks! I'll give it a try