azureipcheck icon indicating copy to clipboard operation
azureipcheck copied to clipboard

Installing on Ubuntu18.04 LTS fails

Open davidokeyode opened this issue 2 years ago • 2 comments

Using method 1

root@myLinuxVM:~# pipx install azureipcheck Fatal error from pip prevented installation. Full pip output in file: /root/.local/pipx/logs/cmd_2022-07-07_10.49.44_pip_errors.log

Some possibly relevant errors from pip install: ERROR: Could not find a version that satisfies the requirement azureipcheck (from versions: none) ERROR: No matching distribution found for azureipcheck

Using method 2

root@myLinuxVM:~# python3 -m pip install azureipcheck Collecting azureipcheck Cache entry deserialization failed, entry ignored Could not find a version that satisfies the requirement azureipcheck (from versions: ) No matching distribution found for azureipcheck

davidokeyode avatar Jul 07 '22 10:07 davidokeyode