-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Use pyface < 7 #8042
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
Use pyface < 7 #8042
Conversation
|
This seems to work, but it would be better if we used the most recent |
|
Do we know which package actually requires |
No, I tried to let |
|
Which OS? I tried on macOS and Linux and in both cases |
|
To check, maybe remove the |
|
Nope, doesn't work (still downloads and installs 5.2.0). The error log mentions |
|
If you change it to https://anaconda.org/anaconda/traits So some package must require it. I'll fire up the Windows VM for local debugging... |
|
Also, how did |
|
Sorry I meant |
Thanks, this works (pretty inconsistent argument naming I would say). It does give the same results as Why do you think this is related to Windows? The latest version is on conda for all platforms, and we get the issue on a Linux CI (and on my local macOS). |
|
I thought it was installing 6 on macOS and Linux but it wasn't. Changing it to have |
|
Adding a |
|
This whole conda thing is a mess. We mix/overwrite with pip because the default channel lags behind recent versions. Should we consider moving to |
|
(Moving to |
I've seen problems with In any case, this seems to be some So maybe we should manually pin |
|
Agreed - can you raise the upstream issue? You already have a great minimal example. I can pin |
|
It would still be worth giving |
Yes this could definitely be worth a shot. The current approach with conda + pip leads to inconsistent environments that behave in the strangest manner if you try to install or update any conda packages. Not a fan. |
|
Thanks @cbrnr |
Fixes (works around) #8040 hopefully.