Open auggiemarignier opened 1 week ago
On osx 15.0.1
pip install geo-espresso Failed for me during source compilation of seislib. I have gcc install from macports, not not sure if relevant. Here is the start of the error messages.
@msambridge can you share the whole message please? I don't think we have wheels for macos15 yet so it's building from source
For reference here is the whole error message, but its long...
Building wheels for collected packages: seislib
Building wheel for seislib (PEP 517) ... error
ERROR: Command errored out with exit status 1:
command: /Users/malcolm/cofi/bin/python3 /Users/malcolm/cofi/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/tmp3towv697
cwd: /private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-install-61m80a3a/seislib_b0b036a325b94b08a65304aa7320755a
Complete output (2191 lines):
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'configuration'
warnings.warn(msg)
warning: no files found matching 'seislib/colormaps/' under directory 'include'
warning: no files found matching '.py' under directory 'include'
warning: no files found matching '.txt' under directory 'include'
warning: no files found matching '' under directory 'doc'
no previously-included directories found matching 'docs/build'
no previously-included directories found matching 'docs/source/generated'
no previously-included directories found matching '/pycache'
no previously-included directories found matching '//pycache'
no previously-included directories found matching '///pycache'
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.acton.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.acton.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.acton.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.acton.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.acton.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.acton.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.acton.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.acton.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.acton.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.acton.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bam.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bam.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bam.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bam.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bam.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bamO.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bamO.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bamO.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bamO.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bamO.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bamako.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bamako.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bamako.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bamako.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bamako.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bamako.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bamako.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bamako.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bamako.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bamako.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlow.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlow.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlow.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlow.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlow.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlow.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlow.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlow.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlow.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlow.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlowK.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlowK.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlowK.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlowK.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlowK.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlowK.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlowK.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlowK.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlowK.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlowK.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlowW.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlowW.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlowW.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlowW.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlowW.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.batlowW.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.batlowW.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.batlowW.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.batlowW.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.batlowW.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.berlin.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.berlin.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.berlin.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.berlin.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.berlin.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bilbao.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bilbao.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bilbao.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bilbao.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bilbao.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bilbao.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bilbao.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bilbao.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bilbao.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bilbao.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.broc.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.broc.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.broc.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.broc.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.broc.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.brocO.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.brocO.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.brocO.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.brocO.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.brocO.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.buda.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.buda.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.buda.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.buda.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.buda.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.buda.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.buda.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.buda.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.buda.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.buda.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.bukavu.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.bukavu.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.bukavu.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.bukavu.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.bukavu.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.cork.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.cork.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.cork.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.cork.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.cork.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.corkO.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.corkO.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.corkO.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.corkO.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.corkO.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.davos.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.davos.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.davos.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.davos.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.davos.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.davos.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.davos.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.davos.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.davos.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.davos.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.devon.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.devon.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.devon.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.devon.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.devon.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.devon.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.devon.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.devon.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.devon.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.devon.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.fes.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.fes.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.fes.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.fes.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.fes.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.grayC.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.grayC.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.grayC.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.grayC.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.grayC.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.grayC.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.grayC.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.grayC.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.grayC.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.grayC.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.hawaii.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.hawaii.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.hawaii.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.hawaii.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.hawaii.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.hawaii.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.hawaii.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.hawaii.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.hawaii.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.hawaii.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.imola.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.imola.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.imola.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.imola.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.imola.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.imola.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.imola.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.imola.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.imola.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.imola.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.lajolla.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.lajolla.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.lajolla.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.lajolla.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.lajolla.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.lajolla.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.lajolla.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.lajolla.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.lajolla.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.lajolla.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.lapaz.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.lapaz.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.lapaz.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.lapaz.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.lapaz.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.lapaz.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.lapaz.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.lapaz.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.lapaz.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.lapaz.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.lisbon.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.lisbon.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.lisbon.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.lisbon.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.lisbon.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.nuuk.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.nuuk.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.nuuk.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.nuuk.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.nuuk.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.nuuk.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.nuuk.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.nuuk.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.nuuk.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.nuuk.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.oleron.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.oleron.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.oleron.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.oleron.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.oleron.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.oslo.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.oslo.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.oslo.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.oslo.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.oslo.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.oslo.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.oslo.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.oslo.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.oslo.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.oslo.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.roma.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.roma.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.roma.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.roma.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.roma.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.romaO.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.romaO.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.romaO.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.romaO.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.romaO.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.tofino.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.tofino.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.tofino.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.tofino.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.tofino.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.tokyo.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.tokyo.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.tokyo.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.tokyo.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.tokyo.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.tokyo.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.tokyo.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.tokyo.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.tokyo.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.tokyo.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.turku.CategoricalPalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.turku.CategoricalPalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.turku.CategoricalPalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.turku.CategoricalPalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.turku.CategoricalPalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.turku.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.turku.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.turku.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.turku.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.turku.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.vanimo.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.vanimo.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.vanimo.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.vanimo.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.vanimo.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.vik.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.vik.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.vik.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.vik.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.vik.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
!!
check.warn(importable)
/private/var/folders/0t/ftbq8mb966l2b8ww0k8zqfbc0000gn/T/pip-build-env-j10zaqg9/overlay/lib/python3.9/site-packages/setuptools/command/build_py.py:219: _Warning: Package 'seislib.colormaps.vikO.DiscretePalettes' is absent from the packages
configuration.
!!
********************************************************************************
############################
# Package would be ignored #
############################
Python recognizes 'seislib.colormaps.vikO.DiscretePalettes' as an importable package[^1],
but it is absent from setuptools' `packages` configuration.
This leads to an ambiguous overall configuration. If you want to distribute this
package, please make sure that 'seislib.colormaps.vikO.DiscretePalettes' is explicitly added
to the `packages` configuration field.
Alternatively, you can also rely on setuptools' discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'seislib.colormaps.vikO.DiscretePalettes' to be distributed and are
already explicitly excluding 'seislib.colormaps.vikO.DiscretePalettes' via
`find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
you can try to use `exclude_package_data`, or `include-package-data=False` in
combination with a more fine grained `package-data` configuration.
You can read more about "package data files" on setuptools documentation page:
- https://setuptools.pypa.io/en/latest/userguide/datafiles.html
[^1]: For Python, any directory (with suitable naming) can be imported,
even if it does not contain any `.py` files.
On the other hand, currently there is no concept of package data
directory, all directories are treated like packages.
********************************************************************************
ERROR: Failed building wheel for seislib Failed to build seislib ERROR: Could not build wheels for seislib which use PEP 517 and cannot be installed directly (cofi) malcolm@Malcolms-Mac-Studio ~ %
clang: error: unsupported option '-fopenmp'
clang: error: unsupported option '-fopenmp'
error: command '/usr/bin/clang' failed with exit code 1
This is the usual gcc
vs clang
issue for seislib
. As it is if you don't have gcc
installed with homebrew
you can't get seislib
on mac. I need to find a better solution for this (I'm working on building the wheels).
As for the really long error message that's to do with the colour maps that are defined in seislib. I don't know why they're in there and not just a dependency. @fmagrini ?
That should be resolved now.
This line in the building CI may cause some issues. I've been looking into what "repair wheels" means in
cibuildwheel
while working onseislib
, and basically at runtime it's going to be looking for dynamic libraries in the same paths as where they were when the package was built. "repair wheels" copies all the dynamic libraries into the wheel, so it seems like ignoring this step could be problematic.