-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add installation instructions for school branch / binder links #1
Comments
I am somewhat confident that I'll be able to produce conda packages via azure now: |
I managed to get conda packages for all platforms: https://github.com/pymor/2020_online_course/tree/main/packages/conda I also added manylinux wheels: https://github.com/pymor/2020_online_course/tree/main/packages/wheels |
@pymor/pymor-devs I've just triggered a new build for the conda packages here: https://dev.azure.com/pymor/pymor-feedstock/_build/results?buildId=3496&view=results |
I just realized we could also pretty easily add a docker-based setup for people to work from. |
Ok, it seems conda's dependency resolver has an issue with this conda package. Whenever I try to install something after installing the pyMOR package, it raises an I'm not sure about using docker... I also found an issue with binder. It seems to install an older version of pyMOR which doesn't have |
Can your install command pull dependencies from conda-forge? The package ist build using their infrastructure setup. |
I just tried to conda install the packages on my Mac and it seems that I also have package inconsistencies. For some reason, some packages disappear almost randomly. However I found a workaround how to still use conda for installing pymor.
seems to work in a fresh conda env. Don't ask me why and how to do this in a better way. |
Added docker setup in #3 |
I have some issue with matplotlib when running |
In the binder setup? |
On Windows. |
Can you identify if it's a matter of installing an additional backend? |
I'm not sure how to install an additional backend... I tried by installing |
The backed would be pyqt. If you look at https://github.com/pymor/pymor-feedstock/blob/2020_online_course/recipe/meta.yaml#L43 this should already be installed as a dependency of the pyMOR conda package. |
No description provided.
The text was updated successfully, but these errors were encountered: