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

How to pip install FCDD ? #23

Closed
danielsoy opened this issue Dec 22, 2021 · 1 comment
Closed

How to pip install FCDD ? #23

danielsoy opened this issue Dec 22, 2021 · 1 comment

Comments

@danielsoy
Copy link

danielsoy commented Dec 22, 2021

Hey there!

I would like to run the windows version of mvtec.py.

But i could not install FCDD after installing the requirements , and got all this errors
when mvtec.py tries to access bases.py

from fcdd.runners.argparse_configs import DefaultConfig
from fcdd.training.setup import trainer_setup
from fcdd.training.super_trainer import SuperTrainer
from fcdd.util.logging import plot_many_roc, time_format
from fcdd.util.metrics import mean_roc

Which is the right pip command to install it?

In the installation instructions says: pip install... (nothing)

Thanks you so much!

@liznerski
Copy link
Owner

Hey.
The installation says pip install ., which is different from pip install nothing.
The dot refers to the current working directory, which should be the python directory (https://github.com/liznerski/fcdd/tree/master/python), as mentioned in the readme. So either you change your directory to this one, or type pip install path/to/my/python/directory/.

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