-
Notifications
You must be signed in to change notification settings - Fork 140
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
[Bug] dataprep test run fail on Xeon #931
Comments
@tileintel @MSCetin37 could you please take a look at this issue? |
Since we don't track the versions of the libraries in the requirements file and moviepy 2.0.0 was released on November 19, 2024, this created the issue. I will fix this issue. However, if we don't specify versions in the requirements file, it will create version conflict problems similar to this one in OPEA |
I have checked the previous release. It is |
@tileintel, we are working on it. |
@tileintel @MSCetin37 Thank you for your reply. I added some comments in the PR |
This issue is fixed by #942 |
Priority
P1-Stopper
OS type
Ubuntu
Hardware type
Xeon-SPR
Installation method
Deploy method
Running nodes
Single Node
Description
dataprep/test_dataprep_multimodal_redis_langchain.sh and dataprep/test_dataprep_multimedia.sh test fail.
log link:
dataprep/test_dataprep_multimodal_redis_langchain.sh: https://github.com/opea-project/GenAIComps/actions/runs/11929971908/job/33250378694
dataprep/test_dataprep_multimedia.sh: https://github.com/opea-project/GenAIComps/actions/runs/11929971908/job/33250379480
In addition, test_dataprep_multimedia.sh has port conflicts (9099). The DOCKER_NAME name in validate_microservices() is inconsistent before and after.
After modifying 9099 to 5045 and correcting DOCKER-NAME, the local test log error is consistent with test_dataprep_multimodal_redis_langchain.sh.
The text was updated successfully, but these errors were encountered: