fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

Bug: Unit Test Failed for Ubuntu due to River #871

Closed steveyuwono closed 10 months ago

steveyuwono commented 10 months ago

1 Describe the bug The unit test failed due to the inability to install the River package, as seen in the screenshot in point 4. This behaviour specifically happens in Ubuntu-based tests. Windows and MacOS tests are functioning properly.

2 To Reproduce Steps to reproduce the behaviour: Create a new branch (or select any development branches) and run the unit test

3 Expected behavior Unit test failed

4 Screenshots image image

5 Additional Information

5.1 Operating System

detlefarend commented 10 months ago

Hi guys, It is possibly the outdated pip version within the ubuntu platform. I'll take a closer look later and try to fix it...

detlefarend commented 10 months ago

@steveyuwono @syamrajsatheesh: Hi guys, the problem is solved for the moment. Origin of the problem is the current version 0.20.1 of river that can not be installed under Ubuntu. I excluded exactly this version from our validation procedures. Currently, version 0.19.0 is used for unit tests. Future versions of river will be used again so that the problem can occur again...

!! To fix the problem in your branches, you need to merge from main. !!

steveyuwono commented 10 months ago

@steveyuwono @syamrajsatheesh: Hi guys, the problem is solved for the moment. Origin of the problem is the current version 0.20.1 of river that can not be installed under Ubuntu. I excluded exactly this version from our validation procedures. Currently, version 0.19.0 is used for unit tests. Future versions of river will be used again so that the problem can occur again...

!! To fix the problem in your branches, you need to merge from main. !!

Okay, perfect! Thank you