Hey guys, I've created a floyd_requirements.txt file with all necessary modules from my conda env. When I run the job it does start to install some of the modules, but not all of them. One of them is statsmodels. Then the error appears. What am I doing wrong here?
2020-03-26 03:28:13 PSTRequirement already satisfied: Keras-Applications==1.0.8 in /usr/local/lib/python3.6/site-packages (from -r floyd_requirements.txt (line 30)) (1.0.8)
2020-03-26 03:28:13 PSTRequirement already satisfied: Keras-Preprocessing==1.1.0 in /usr/local/lib/python3.6/site-packages (from -r floyd_requirements.txt (line 31)) (1.1.0)
2020-03-26 03:28:13 PSTCollecting kiwisolver==1.1.0 (from -r floyd_requirements.txt (line 32))
2020-03-26 03:28:13 PSTCollecting lxml==4.5.0 (from -r floyd_requirements.txt (line 33))
2020-03-26 03:28:14 PSTCollecting Markdown==3.2.1 (from -r floyd_requirements.txt (line 34))
2020-03-26 03:28:14 PSTCollecting marshmallow==2.20.5 (from -r floyd_requirements.txt (line 35))
2020-03-26 03:28:14 PSTCollecting matplotlib==3.1.3 (from -r floyd_requirements.txt (line 36))
2020-03-26 03:28:15 PSTCollecting mkl-fft==1.0.15 (from -r floyd_requirements.txt (line 37))
2020-03-26 03:28:15 PSTCould not find a version that satisfies the requirement mkl-fft==1.0.15 (from -r floyd_requirements.txt (line 37)) (from versions: 1.0.0.17, 1.0.2, 1.0.6)
2020-03-26 03:28:15 PSTNo matching distribution found for mkl-fft==1.0.15 (from -r floyd_requirements.txt (line 37))
2020-03-26 03:28:15 PSTYou are using pip version 10.0.1, however version 20.0.2 is available.
2020-03-26 03:28:15 PSTYou should consider upgrading via the 'pip install --upgrade pip' command.
2020-03-26 03:28:15 PSTStarting services.
2020-03-26 03:28:18 PSTTraceback (most recent call last):
2020-03-26 03:28:18 PSTFile "MyData.py", line 1, in
2020-03-26 03:28:18 PSTimport Preprocessing as pp
2020-03-26 03:28:18 PSTFile "/floyd/home/Preprocessing.py", line 5, in
2020-03-26 03:28:18 PSTimport statsmodels.formula.api as sm
2020-03-26 03:28:18 PSTModuleNotFoundError: No module named 'statsmodels'
2020-03-26 03:28:18 PST
2020-03-26 03:28:18 PSTWaiting for container to complete...
2020-03-26 03:28:19 PSTJob exited with status code: 1
2020-03-26 03:28:19 PSTCreating data module for output...
2020-03-26 03:28:19 PSTData module created for output.
2020-03-26 03:28:19 PSTPersisting data in home...
2020-03-26 03:28:19 PSTHome data persisted.
2020-03-26 03:28:19 PST[failed] Task execution failed