Open dmitryglhf opened 2 days ago
I apologize for my inattention ModuleNotFoundError: No module named 'fedot'
is cause of problem. It worked to install this package in FEDOT/venv directly. I thought I had tried this method before.
The benchmark should be able to install the package for you, though. I'll re-open until I have the chance to see if it is reproducible.
Description Unable to launch the FEDOT framework using the
automlbenchmark
repository in Linux. The process fails despite sufficient resources and prior troubleshooting efforts. Works fine on Windows 10 using Docker.Environment Details
OS: Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-148-generic x86_64)
Python Version: Python 3.9
Available Disk Space: 300TB
Steps to Reproduce
automlbenchmark
repository:Observations
Sample Tests: Random Forest executes correctly.
Alternative Setup: FEDOT works well in Windows 10 using Docker.
Other Framework Same error with FLAML.
Actions Taken:
Used alternative commands with no success:
xargs
to install requirements.python3.9 runbenchmark.py fedot openml/t/59
.Purged pip cache using
pip cache purge
with no success.Logs
Questions
Are there any specific dependencies or configurations required for FEDOT on Linux?
Could the issue be related to differences in the Python environment between Linux and Docker setups?
What additional debugging steps or environment checks should be performed?
Thank you for your assistance!