Corbin, On Tuesday, April 19, 2022 at 3:04:39 PM UTC-4 [email protected] wrote:
> I've built deal.ii version 9.3.0 with the > -DDEAL_II_COMPONENT_PYTHON_BINDING=ON configuration, yet when I run the > notebook, the Jupyter kernel is unable to locate the PyDealII module, that > is, the notebook cell > > > import PyDealII.Release as dealii > > fails with an import error. > I havent' use the python binding in a while but you probably need to set the PYTHONPATH to where pydealii is located. You may also need to add the path to libdealii.so to LD_LIBRARY_PATH Where is this library located, and how should I go about setting up a > (conda) environment to be able to use PyDealII? Are there dependencies? > The library should be located in the same directory where you installed deal.II. Look somewhere in /path/to/install/lib . I don't use conda so I can't help you with that. What kind of dependencies are you talking about? PyDealII only depends on deal.II and Boost.Python, nothing else Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/3f0a49b7-fe78-4bcb-8077-189051a6d926n%40googlegroups.com.
