I'm trying to install linearmodels with this file (linearmodels-4.20.tar.gz) because of company VPN blocking the simpler pip install linearmodels
.
I tried with seaborn the command below from the anaconda prompt and it worked.
pip install C:/Users/...../seaborn-0.11.2.tar.gz
.
I tried the same for linearmodel but it appears "Installing build dependencies" that fails (maybe for company VPN?). I already tried with --no-deps: pip install --no-deps C:/Users/...../linearmodels-4.25.tar.gz
but nothing changes.
Do you have any suggestion? Thank you!
Environment
- Windows 10
- Python 3.8.3