How to operate the 'sciencebeam_parser .service'?
RickDuan123 opened this issue · 1 comments
RickDuan123 commented
I've installed the environment 'ScienceBeam' correctly and activated it.
Then I run the code 'python -m sciencebeam_parser .service.server --port=8080', but it reported that '/usr/bin/python: No module named sciencebeam_parser .service'.
When use the code 'conda list', I found no any package in this env. Does anybody kown what's the matter?
Remixa-python commented
This command "python -m xxxxxx" must be run from the "LLM-scientific-feedback" directory, otherwise you will get this error.