Skip to content
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

remnux upgrade from v2024.28.1 to v2024.41.42.1 #193

Open
NotMorphus opened this issue Oct 29, 2024 · 3 comments
Open

remnux upgrade from v2024.28.1 to v2024.41.42.1 #193

NotMorphus opened this issue Oct 29, 2024 · 3 comments

Comments

@NotMorphus
Copy link

Basically the title,
Please find the saltstack log file here
saltstack.log

@digitalsleuth
Copy link

Hi @NotMorphus , you should be able to run the following and try again:

sudo touch /usr/local/lib/python3.8/dist-packages/pefile-2023.2.7.dist-info/{METADATA,RECORD}

With the version of pip that did the installation of pefile previously, there was an issue with the reading / creation of those two files (METADATA and RECORD), so they never got created, even though their presence is required for the removal / upgrade process.

This will create empty files and allow the upgrade process to continue.

Cheers!

@NotMorphus
Copy link
Author

still, didnt fix it
updated saltstack file here
saltstack.log

@digitalsleuth
Copy link

Hi @NotMorphus , the previous issue is fixed, unfortunately now there's a new issue with pip. The installed version with saltstack (v23.3.2) previously enforced certain naming structures with packages for their versioning. This error is saying that one package has an invalid version number, and as such pip won't function properly.

Can you provide the output of the following command so we can attempt to find a solution:
sudo salt-call -V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants