Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump human-dynamics-estimation version to 2.9.0 #368

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

lrapetti
Copy link
Member

Fixed

Added

@lrapetti lrapetti self-assigned this Oct 17, 2023
@lrapetti
Copy link
Member Author

Before doing the new release @davidegorbani can you check #366 is fixed when using the updated configuration files?

@davidegorbani
Copy link
Contributor

Yes, now it is working correctly! Thank you @lrapetti!

@lrapetti
Copy link
Member Author

The CI is failing to setup miniconda on Windows (see https://github.com/robotology/human-dynamics-estimation/actions/runs/6544507226/job/17823261178?pr=368), the error is the following:

C:\Windows\system32\cmd.exe /D /S /C "C:\Miniconda\condabin\mamba.bat create --name test "python=3.8""
  Warning: Traceback (most recent call last):
    File "C:\Miniconda\Scripts\mamba-script.py", line 6, in <module>
  
  Traceback (most recent call last):
    File "C:\Miniconda\Scripts\mamba-script.py", line 6, in <module>
  Warning:     from mamba.mamba import main
    File "C:\Miniconda\Lib\site-packages\mamba\mamba.py", line 49, in <module>
  
      from mamba.mamba import main
    File "C:\Miniconda\Lib\site-packages\mamba\mamba.py", line 49, in <module>
  Warning:     import libmambapy as api
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 7, in <module>
  
      import libmambapy as api
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 7, in <module>
  Warning:     raise e
  
      raise e
  Warning:   File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 4, in <module>
  
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 4, in <module>
  Warning:     from libmambapy.bindings import *  # noqa: F401,F403
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ImportError: DLL load failed while importing bindings: The specified procedure could not be found.
  
      from libmambapy.bindings import *  # noqa: F401,F403
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ImportError: DLL load failed while importing bindings: The specified procedure could not be found.

Error: The process 'C:\Miniconda\condabin\mamba.bat' failed with exit code 1

@lrapetti
Copy link
Member Author

The CI is failing to setup miniconda on Windows (see https://github.com/robotology/human-dynamics-estimation/actions/runs/6544507226/job/17823261178?pr=368), the error is the following:

C:\Windows\system32\cmd.exe /D /S /C "C:\Miniconda\condabin\mamba.bat create --name test "python=3.8""
  Warning: Traceback (most recent call last):
    File "C:\Miniconda\Scripts\mamba-script.py", line 6, in <module>
  
  Traceback (most recent call last):
    File "C:\Miniconda\Scripts\mamba-script.py", line 6, in <module>
  Warning:     from mamba.mamba import main
    File "C:\Miniconda\Lib\site-packages\mamba\mamba.py", line 49, in <module>
  
      from mamba.mamba import main
    File "C:\Miniconda\Lib\site-packages\mamba\mamba.py", line 49, in <module>
  Warning:     import libmambapy as api
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 7, in <module>
  
      import libmambapy as api
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 7, in <module>
  Warning:     raise e
  
      raise e
  Warning:   File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 4, in <module>
  
    File "C:\Miniconda\Lib\site-packages\libmambapy\__init__.py", line 4, in <module>
  Warning:     from libmambapy.bindings import *  # noqa: F401,F403
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ImportError: DLL load failed while importing bindings: The specified procedure could not be found.
  
      from libmambapy.bindings import *  # noqa: F401,F403
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ImportError: DLL load failed while importing bindings: The specified procedure could not be found.

Error: The process 'C:\Miniconda\condabin\mamba.bat' failed with exit code 1

Issue opened #369

@lrapetti
Copy link
Member Author

Ci was fixed, we can merge it

@lrapetti lrapetti merged commit d5d3abb into master Oct 19, 2023
6 checks passed
@lrapetti lrapetti deleted the release-v2.9.0 branch October 19, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants