added support for vtp read and write #139
Annotations
6 errors and 19 warnings
macos-latest py3.9
The operation was canceled.
|
ubuntu-latest py3.9
The operation was canceled.
|
macos-latest py3.8
The operation was canceled.
|
windows-latest py3.8
The operation was canceled.
|
windows-latest py3.9
The process 'C:\Miniconda\condabin\conda.bat' failed with exit code 1
|
ubuntu-latest py3.8
Process completed with exit code 1.
|
macos-latest py3.9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macos-latest py3.9
Warning: 'conda-forge' already in 'channels' list, moving to the top
|
ubuntu-latest py3.9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu-latest py3.9
Warning: 'conda-forge' already in 'channels' list, moving to the top
|
macos-latest py3.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows-latest py3.9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows-latest py3.9
Traceback (most recent call last):
File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 17, in __call__
|
windows-latest py3.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows-latest py3.9
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 76, in main_sourced
from ..base.context import context
File "C:\Miniconda\Lib\site-packages\conda\base\context.py", line 33, in <module>
from ..common._os.linux import linux_get_libc_version
File "C:\Miniconda\Lib\site-packages\conda\common\_os\__init__.py", line 8, in <module>
|
windows-latest py3.9
from .windows import get_free_space_on_windows as get_free_space
File "C:\Miniconda\Lib\site-packages\conda\common\_os\windows.py", line 11, in <module>
|
windows-latest py3.9
from ctypes import (
File "C:\Miniconda\Lib\ctypes\__init__.py", line 8, in <module>
|
windows-latest py3.9
from _ctypes import Union, Structure, Array
|
windows-latest py3.9
ImportError: DLL load failed while importing _ctypes: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Miniconda\Scripts\conda-script.py", line 12, in <module>
sys.exit(main())
^^^^^^
File "C:\Miniconda\Lib\site-packages\conda\cli\main.py", line 109, in main
|
windows-latest py3.9
return conda_exception_handler(main, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 389, in conda_exception_handler
|
windows-latest py3.9
return_value = exception_handler(func, *args, **kwargs)
|
windows-latest py3.9
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Miniconda\Lib\site-packages\conda\exception_handler.py", line 20, in __call__
|
windows-latest py3.9
return self.handle_exception(exc_val, exc_tb)
|
ubuntu-latest py3.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, conda-incubator/setup-miniconda@v2.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu-latest py3.8
Warning: 'conda-forge' already in 'channels' list, moving to the top
|