GenerateU icon indicating copy to clipboard operation
GenerateU copied to clipboard

Run error

Open yuzeng0-0 opened this issue 1 year ago • 3 comments

When I run pip3 install -r requirements.txt, I get the following error: ERROR: Invalid requirement: -e . --user pip3: error: no such option: --user

I would appreciate a solution, if possible. Thanks.

yuzeng0-0 avatar Mar 23 '24 03:03 yuzeng0-0

There seem to be some errors in the Dependencies and Installation section.

yuzeng0-0 avatar Mar 23 '24 03:03 yuzeng0-0

Can you try "pip install -e . --user" instead?

clin1223 avatar Mar 25 '24 01:03 clin1223

Thanks for your reply, but still error occurs when configure the environment. And some of the code packages import incorrectly in projects/DDETRS/train_net.py e.g. from detectron2.projects.ddetrs.data.custom_dataset_dataloader import build_custom_train_loader

yuzeng0-0 avatar Mar 25 '24 06:03 yuzeng0-0