-
Notifications
You must be signed in to change notification settings - Fork 61
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
Unable to install DisplayCal on Ubuntu 22.04 (Python 3.10.6) -> ImportError: cannot import name 'Mapping' from 'collections' #200
Comments
Hey @swiss-knight there is an issue that looks similar to yours can you please take a look at #174, especially at the comment #174 (comment). |
Hello, hmm, the same issue seems to pop when trying to install
I then wanted to force the install of the version
(you can use As it's really very long to compile all the stuff, and as it seems to rely on gtk3:
=> I may end up on some issues in the future because wxPython version is
But I will give it a try using an Xrite probe. |
Yes that will not work. |
Okay, thank you! So, I first removed the wxPython package which was installed with
Then I removed DisplayCall with
After what I installed wxPython==4.1.1 with
It took some times but everything went fine. And I finally reinstalled DisplayCal with
It successfully installed DisplayCal 3.9.8 but when launching some elements, I face the same issue than before ;
Please notice that the warning about the deprecated version of wxPython at the bottom of those windows (compared to the previous screenshot I posted) has disappeared. How could I make it work properly? I also tried with |
For maybe a more verbose version of the error, here's the log when I launch the curve-viewer with the command line:
|
Oh, right. This should be a list of a list. Actually this is already fixed in the development branch but wasn't released yet. |
Hey @p5k369 yeah sure I'll do it tonight 👍 |
Closing this one as it is already fixed. |
Hello,
first of all, thanks for porting DisplayCal to Python3!
I'm currently experiencing some issue when trying to install DisplayCal using pip (22.3) on Ubuntu 22.04.1 :
I also encountered the same kind of issue by following the step-by-step installation procedure described in the README when trying to install it from source in a venv :
Any hints on how to solve this issue are welcome.
I found this, which maybe can help: https://stackoverflow.com/a/69727802/6630397 but I'm not sure.
The text was updated successfully, but these errors were encountered: