Fixed dependencies issue with yfinance module
The yfinance module had missing depencies. These were not required at release time, but are required now. This hotfix fixes the issue with the dependencies.
This commit is contained in:
parent
15835579e8
commit
973581ae49
@ -60,6 +60,9 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then
|
||||
echo -e "\e[1;36m"Installing Inkycal.."\e[0m"
|
||||
cd Inkycal && pip3 install -e ./
|
||||
|
||||
# Install additional dependencies for yfinance module (ad-hoc fix)
|
||||
sudo apt-get install libatlas-base-dev -y && pip3 install yfinance && pip3 install -U numpy
|
||||
|
||||
echo -e "\e[97mDo you want the software to start automatically at boot?"
|
||||
echo -e "\e[97mPress [Y] for yes or [N] for no. The default option is yes"
|
||||
echo -e "\e[97mConfirm your selection with [ENTER]"
|
||||
|
Loading…
Reference in New Issue
Block a user