We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to a build error here (only on Mac and Linux): https://dev.azure.com/tudat-team/feedstock-builds/_build/results?buildId=938&view=logs&j=5c51a9b2-339f-5e52-ee1c-93d36cabd2b6&t=86db673d-28f1-5516-b5f3-125685f56516
we've deactivated the basemap dependentcu in tudatpy.plotting
12675be
This should be resolved in the future.
The error output in the Azure build is the following:
import: 'tudatpy' import: 'tudatpy.kernel' import: 'tudatpy.kernel.math' import: 'tudatpy.kernel.math.interpolators' import: 'tudatpy.kernel.math.numerical_integrators' import: 'tudatpy.kernel.math.root_finders' import: 'tudatpy.kernel.interface' import: 'tudatpy.kernel.interface.spice' import: 'tudatpy.kernel.astro' import: 'tudatpy.kernel.astro.frame_conversion' import: 'tudatpy.kernel.astro.element_conversion' import: 'tudatpy.kernel.astro.gravitation' import: 'tudatpy.kernel.astro.two_body_dynamics' import: 'tudatpy.kernel.constants' import: 'tudatpy.kernel.numerical_simulation' import: 'tudatpy.kernel.numerical_simulation.environment_setup' import: 'tudatpy.kernel.numerical_simulation.propagation_setup' import: 'tudatpy.kernel.numerical_simulation.estimation_setup' import: 'tudatpy.kernel.example' import: 'tudatpy.plotting' Traceback (most recent call last): File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/test_tmp/run_test.py", line 59, in <module> import tudatpy.plotting File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.8/site-packages/tudatpy/plotting/__init__.py", line 1, in <module> from ._ground_track import * File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.8/site-packages/tudatpy/plotting/_ground_track.py", line 10, in <module> from mpl_toolkits.basemap import Basemap File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.8/site-packages/mpl_toolkits/basemap/__init__.py", line 46, in <module> import pyproj File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.8/site-packages/pyproj/__init__.py", line 49, in <module> import pyproj.network File "/home/conda/feedstock_root/build_artifacts/tudatpy_1671616628131/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.8/site-packages/pyproj/network.py", line 10, in <module> from pyproj._network import ( # noqa: F401 pylint: disable=unused-import ImportError: libtiff.so.5: cannot open shared object file: No such file or directory
However, the libtiff library is present in the conda environment, making the above error strange
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to a build error here (only on Mac and Linux):
https://dev.azure.com/tudat-team/feedstock-builds/_build/results?buildId=938&view=logs&j=5c51a9b2-339f-5e52-ee1c-93d36cabd2b6&t=86db673d-28f1-5516-b5f3-125685f56516
we've deactivated the basemap dependentcu in tudatpy.plotting
12675be
This should be resolved in the future.
The error output in the Azure build is the following:
However, the libtiff library is present in the conda environment, making the above error strange
The text was updated successfully, but these errors were encountered: