Open CookieThump opened 1 month ago
Hi, the deprecation notices are valid and something I need to look at. It seems your issues relates to permissions:
[Errno 13] Permission denied: '/usr/local/lib/python3.12/dist-packages/test-easy-install-102214.write-test'
It suggests the user being used to install the application doesn't have access to the necessary files. You could either try changing ownership of those files, or running the install with sudo
.
Hi,
thank you!
Installing with sudo
worked, of course the deprecation warnings are still there but it's usable. :)
I wrote a script some days ago to modify my hostfile on my system importing python-hosts. It worked absolutely fine, but since I guess the 21th of september, don't remember 100%, I only get back errors.
When I try to execute the script, I get the following error:
When I try to install pyhton-hosts I get the following error:
And when i try to install the package manually (after cloning the git) with
setup.py
, I get a bunch of errors like that:Do you know how to fix this? Is this a problem with my system or is python-hosts really unusable atm? Thanks in advance! :D