-
Hi all!
My environment:
- OS Ubuntu 20-04-6
- browser Firefox
- no blocking software
I cannot download DisplayCal for Linux because all links (e.g. https://displaycal.net/download/xUbuntu_19.10/amd64/DisplayCAL.deb) return “error 404 not found”.
Can you please check?
Thank you!
For Linux or macOS try to use Erkan’s port
https://github.com/eoyilmaz/displaycal-py3
Hi!
I followed instructions from https://github.com/eoyilmaz/displaycal-py3/blob/develop/docs/install_instructions_linux.md
# Debian installs
apt-get install build-essential dbus libglib2.0-dev pkg-config libgtk-3-dev libxxf86vm-dev python3-dev python3-venv
then Install through PyPI:
Create a virtual environment:
cd ~
python -m venv venv-displaycal
source venv-diplaycal/bin/activate
pip install displaycal
but after command python... terminal said:
Comando «python» non trovato, si intendeva forse:
comando «python3» da deb python3
comando «python» da deb python-is-python3
what does it mean?
Do I need to install something else?
use explicit python version as command line is suggesting or install alias as system is suggesting you.
Anyway you should post these newbie related issues on displaycal-py3 github. Maintenence and development, even for basic intalation manuals, is done there.
Display Calibration and Characterization powered by ArgyllCMS