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

pip install error #12

Closed
wly-ai-bj opened this issue Mar 18, 2020 · 3 comments · Fixed by #24
Closed

pip install error #12

wly-ai-bj opened this issue Mar 18, 2020 · 3 comments · Fixed by #24

Comments

@wly-ai-bj
Copy link

Follows your method to install the package:
git clone https://github.com/ufoym/imbalanced-dataset-sampler.git
cd imbalanced-dataset-sampler
python setup.py install
pip install .

But when I run "pip install .", I met the error as follows:
FileNotFoundError: [Errno 2] No such file or directory: '/home/miniconda3/envs/pytorch/lib/python3.7/site-packages/torchsampler-0.1-py3.7.egg'

How can I resolve it?

@y6216886
Copy link

Excuse me, have you solved that problem, i met the same issue.

@Usernamezhx
Copy link

Usernamezhx commented Apr 20, 2020

you can try to use: sudo pip install . that work for me.

@Borda
Copy link
Contributor

Borda commented Apr 9, 2021

after #24 you can simply

pip install git+https://github.com/ufoym/imbalanced-dataset-sampler.git

@Borda Borda mentioned this issue Apr 9, 2021
@ufoym ufoym closed this as completed in #24 Apr 10, 2021
ufoym pushed a commit that referenced this issue May 18, 2022
* Publish package to PyPi and GitHub Releases
* Recommend installing from pypi
* Closes #12 #15 #20
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

Successfully merging a pull request may close this issue.

4 participants