Python 3.x Development Announcement

Home Forums General Discussion Python 3.x Development Announcement

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #39476

    Erkan Ozgur Yilmaz
    Participant
    • Offline

    We are already distributing DisplayCAL over PyPI so it is possible to install DisplayCAL by just running “pip install DisplayCAL”. I recommend doing it in a virtual env, the GitHub page already has explanation on how to install it in to a virtual env.

    #39544

    Mark Walter
    Participant
    • Offline

    We are already distributing DisplayCAL over PyPI so it is possible to install DisplayCAL by just running “pip install DisplayCAL”. I recommend doing it in a virtual env, the GitHub page already has explanation on how to install it in to a virtual env.

    Dear Erkan, First of all thank you very much for all the effort you put into this. If I follow the instructions on GitHub to install it for macOS via Homebrew, I get an error code when I send the following command:

    pip install -r requirements.txt
    python -m build
    pip install dist/DisplayCAL-3.9.*.whl

    Errorcode:

    zsh: command not found: pip
    zsh: command not found: python
    zsh: no matches found: dist/DisplayCAL-3.9.*.whl

    #39553

    Erkan Ozgur Yilmaz
    Participant
    • Offline

    after installing homebrew check if you have these lines in your ~/.zprofile

    # Set PATH, MANPATH, etc., for Homebrew.
    eval “$(/opt/homebrew/bin/brew shellenv)”
    export CLICOLOR=1
    export LSCOLORS=ExGxFxdxCxDxDxxbaDecac

    and then install python by running:

    brew install [email protected]

    #39640

    BBBLove
    Participant
    • Offline

    Hi Erkan, thank you so much for continuing to develop DisplayCAL.

    I was trying to install it on Windows 10, but I couldn’t find the EXE file in the folder.

    How can I install DisplayCAL on Windows 10?

    Thank you.

    #39641

    Kuba Trybowski
    Participant
    • Offline

    For now, you should stick to the last stable release, which works just fine on Win10/11:

    https://displaycal.net/#download

    #39654

    Erkan Ozgur Yilmaz
    Participant
    • Offline

    Exactly, under Windows you can use the old installers.

    #139438

    Mark Walter
    Participant
    • Offline

    after installing homebrew check if you have these lines in your ~/.zprofile

    # Set PATH, MANPATH, etc., for Homebrew.
    eval “$(/opt/homebrew/bin/brew shellenv)”
    export CLICOLOR=1
    export LSCOLORS=ExGxFxdxCxDxDxxbaDecac

    and then install python by running:

    brew install [email protected]

    Hello Erkan,

    I tried to do that, but still I get the same issues. Maybe there is a misspelling or something like that?

Viewing 7 posts - 31 through 37 (of 37 total)

You must be logged in to reply to this topic.

Log in or Register

Display Calibration and Characterization powered by ArgyllCMS