Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install requirements with pip #1

Open
niuqun opened this issue Nov 8, 2020 · 1 comment
Open

Could not install requirements with pip #1

niuqun opened this issue Nov 8, 2020 · 1 comment

Comments

@niuqun
Copy link

niuqun commented Nov 8, 2020

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

@coldmanck
Copy link
Owner

Hi Qun, Thank you for playing with our codebase! I am sorry that the requirements.txt was not correctly generated and I have uploaded a new version of it. Please try again with the new version. Also, please ensure you install PyTorch before running pip install -r requirements.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants