-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install darker globally #343
Comments
First, I tried installing Darker as $ podman run --rm -it -v /home/akaihola/darker:/darker:rw ubuntu bash
# apt update && apt install -y python3-pip python3-setuptools ca-certificates
# cd /darker
|
I then tried the same but with a non- $ podman run --rm -it -v /home/akaihola/darker:/darker:rw ubuntu bash
# useradd akaihola
# mkdir /home/akaihola
# chown akaihola. /home/akaihola
# apt update && apt install -y python3-pip python3-setuptools ca-certificates
# su akaihola
|
Same with Arch as
|
And with Arch as a non- $ podman run --rm -it -v /home/akaihola/darker:/darker:rw archlinux bash
# useradd akaihola
# mkdir /home/akaihola
# chown akaihola. /home/akaihola
# pacman -Sy --noconfirm python-pip python-setuptools
# su akaihola
|
Unfortunately I can't reproduce this on Arch or Ubuntu, see comments above. Maybe you're trying to install Darker in a different way, or your system has something special which prevents installation? Can you install other packages normally, like for example Black? |
@akaihola you are totally right as I have tried on an another clean system, I don't have this issue. It seems that I have that error on some packages while installing with --user (with arch 3.10) and this doesn't seem to be specific to darker but to my system. reading around the internet it seems to be an issue with some previous installs somewhere of a egg-info lingering on the system : I'll try to deep down but again thanks for the help and sorry wasting your time for an issue that is not darker specific, |
No problem! We've added one more good hit for anyone searching for the same issue in the future. Maybe post your solution here once you get it solved? |
Describe the bug
Trying to install darker globally (or as --user) on a arch python3.10 environment i am getting :
I am not really sure what I am missing.
Same issue with pip version :
The text was updated successfully, but these errors were encountered: