I am trying to install list of packages from requirements.txt
. However, even though I have numpy
listed in the file, package tulipy
is returning error ImportError: No module named 'numpy'
.
Please note, I still want to install the packages with one command, from file. Are there any workarounds for it?
My requirements.txt
:
numpy>=1.14.1
Cython>=0.28.2
ccxt>=1.13.50
tulipy>=0.2.1