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

trouble in installation #9

Closed
rupikat opened this issue Sep 11, 2018 · 11 comments
Closed

trouble in installation #9

rupikat opened this issue Sep 11, 2018 · 11 comments

Comments

@rupikat
Copy link

rupikat commented Sep 11, 2018

how to install feature_selector in ubuntu?

@WillKoehrsen
Copy link
Owner

This should get you installed on any platform

git clone https://github.com/WillKoehrsen/feature-selector.git
cd feature-selector
pip install -e .

@zjujdj
Copy link

zjujdj commented Sep 17, 2018

how to install feature_selector in windows?

@WillKoehrsen
Copy link
Owner

WillKoehrsen commented Sep 21, 2018

@zjujdj

git clone https://github.com/WillKoehrsen/feature-selector.git
cd feature-selector
pip install -e .

That should work on Windows as well.

@zjujdj
Copy link

zjujdj commented Sep 22, 2018

ok,thanks.i have already solved it.

@nvthoang
Copy link

git clone https://github.com/WillKoehrsen/feature-selector.git
cd feature-selector
pip install -e .

I follow these steps but
"Command "python setup.py egg_info" failed with error code 1 in C:\Users\HOANGN~1\AppData\Local\Temp\pip-install-2fxbqaq0\lightgbm"

Can you help me with this

@yuchen3279
Copy link

I tried pip install feature_selector in Anacoda Prompt

And met the same issue with @nvthoang :
"Command "python setup.py egg_info" failed with error code 1 in C:\Users\Local\Temp\pip-install-n805bq3k\matplotlib"

More detail:

  • The following required packages can not be built:
    * freetype, png * Please check http://gnuwin32.sourc
    * eforge.net/packages/freetype.htm for instructions
    * to install freetype * Please check http://gnuwin32
    * .sourceforge.net/packages/libpng.htm for
    * instructions to install png

I tired to reintall freetype and png, but still shows the same error. Might need help. Thanks

@Shrav25
Copy link

Shrav25 commented Dec 3, 2019

I am trying to install in Jupyter Notebook, i tried the below codes but seems like its taking a lot of time. I saw two different install commands in this website https://pypi.org/project/feature-selector/

pip install feature-selector

pip install feature_selector

@thruzd
Copy link

thruzd commented Sep 27, 2020

git clone https://github.com/WillKoehrsen/feature-selector.git
cd feature-selector
pip install -e .
comes back as successful but in Jupyter for impor feature_selector I get
No module named 'feature_selector'
for import feature-selector .. get syntax error got import feature-selector
pip list shows package feature-selector version N-A location my home directory.
any advice?

@florence27
Copy link

@thruzd having the same trouble as you.

@XavierJordaMurria
Copy link

same here, it seems that the package gets installed correctly but then in the notebook, there is no way to import it.

@abhik12295
Copy link

Try to restart kernel or re-open your jupyter notebook after installation. I got the same issue but get resolved after doing this.

@XavierJordaMurria
@florence27 @thruzd

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

10 participants