iemejia / catho

A file catalog utility inspired by the awesome Robert Vasicek's Cathy project. Or my excuse to hack something that I really need.
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Permissions issue, access denied. #54

Open jimlynnjulian opened 2 years ago

jimlynnjulian commented 2 years ago

Can this be installed in a non-system directory? Python is on the list of system environmental variables.

C:\Programs Dump\Cathy_catho-main>python setup.py install running install running build running build_py creating build creating build\lib creating build\lib\catho copying catho\catho.py -> build\lib\catho copying catho\db.py -> build\lib\catho copying catho\file.py -> build\lib\catho copying catho\utils.py -> build\lib\catho copying catho__init__.py -> build\lib\catho running install_lib creating C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64qbz5n2kfra8p0\Lib\site-packages\catho error: could not create 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64qbz5n2kfra8p0\Lib\site-packages\catho': Access is denied

iemejia commented 2 years ago

interesting I have not tried this in windows but from the message it seems the issue is because of the space in "Program Files", can you try to get it installed in virtualenv in a dir without spaces to see if it works?