zero-shot-indoor-localization-release icon indicating copy to clipboard operation
zero-shot-indoor-localization-release copied to clipboard

Could not install requirements with pip

Open niuqun opened this issue 3 years ago • 1 comments

Hi, Meng-Jiun,

This is Qun. I read your paper on zero shot indoor localization and find it very inspiring. As I am ready to do some experiments myself, I run into some problems. Could you clarify them when you are available?

conda create -n zsgln python=3.6 scipy numpy

conda activate zsgln

pip install -r requirements.txt

I am able to execute the first two lines of code successfully on my computer. However, something wrong occurs with the third line of code. First, it says invalid operators with "=". So I replace "=" with "==" in the requirements.txt. Then, it says "_libgcc_mutex is an invalid operator". As I am quite new to this, I could not figure out the reasons after doing extensive researches. Could you provide some clues?

Thanks, Qun

niuqun avatar Nov 08 '20 01:11 niuqun