Closed JulianFrattini closed 2 years ago
I also have problems with the requirements.txt
.
Some of the packages are too old so that they are not available for my M1 ARM architecture.
I was able to install the dependencies with the following version declaration:
numpy=1.23
pytest=7.1
python-dotenv=0.20
pytorch_lightning=1.7
tabulate=0.8
torch=1.12
transformers=4.6
Making the tool accessible requires reinvestigating its setup and virtualizing its execution. The following steps will be taken:
With the updated requirements and the new instructions included in the readme (e.g., requirement of Python 3.10 and the Rust compiler) I was able to run the system on another, fresh Windows machine.
The current requirements.txt
works now for me.
Tested on a Mac with M1 arm64
architecture.
@andreas-bauer fully containerized the development environment, hence all requirements issues are solved.
Installing the requirements as they are currently specified results in the following runtime error: