Hi Kedro Team, when we try to install `kedro[panda...
# questions
d
Hi Kedro Team, when we try to install
kedro[pandas]~=0.18.8
(part of requirements.txt) on Windows, we get the below error. Any ideas on how to resolved? installing kedro 0.18.8 works fine
lzo_version_dateyssugh7s.c
LINK : fatal error LNK1181: cannot open input file 'lzo2.lib'
* Could not find LZO 2 headers and library; disabling support for it.
lzo_version_datec5gdhv04.c
LINK : fatal error LNK1181: cannot open input file 'liblzo.lib'
* Could not find LZO 1 headers and library; disabling support for it.
BZ2_bzlibVersion2fwfu9rz.c
LINK : fatal error LNK1181: cannot open input file 'bzip2.lib'
* Could not find bzip2 headers and library; disabling support for it.
blosc_list_compressorsuf_s47jo.c
LINK : fatal error LNK1181: cannot open input file 'blosc.lib'
m
I guess part of the issue is the "Windows" thing you have there 🧌
d
well played 😀
d
Can you use WSL?
d
what is WSL?
d
@Ian Whalen thanks for the info!
👍 1
@datajoely unfortunately WSL isn't an option for this use case
y
Just ``pip install pandas`` might help :)
j
@David Platt are you using conda? if so, you can install bzip2 and libzo with it, and the rest with pip. It’s what I do on macOS and it works (with the same issue you have)
d
@Yolan HonorĂ©-RougĂ© yes that looks very related, bugging out by the 'tables' build and providing a beautiful stacktrace 😀
@Juan Luis yes we are using conda! That solution seems to have cleared the errors.. many thanks!!
thankyou 4
j
glad it helped!!