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

Error when running setup.py #152

Open
TomPlt opened this issue Jan 16, 2023 · 1 comment
Open

Error when running setup.py #152

TomPlt opened this issue Jan 16, 2023 · 1 comment

Comments

@TomPlt
Copy link

TomPlt commented Jan 16, 2023

I get this error when running python setup.py install:

SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(WARNING: The wheel package is not available.)

Does Anybody know how to resolve it?

@waterworld8
Copy link

I ended up setting up the environment myself by guessing the best versions from the project's release time:

conda create -n mmfashion2 -c conda-forge --strict-channel-priority python=3.6
conda activate mmfashion2
pip install mmcv==0.6.2
pip install torch==1.8.1+cu101 torchvision==0.9.1+cu101 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
conda install -c conda-forge scikit-image
conda install -c conda-forge scikit-learn
conda install matplotlib
pip install flake8
pip install isort
pip install yapf

But no, the prediction outputs are wrong due to mismatched model size. I'm moving on.

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