microsoft / microsoft/Graphormer
no setup.py and --user-feature param
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
Hello, follow the provided readme to run the bash script all the way, at the end of pip install. --use-feature=in-tree-build
python setup.py build_ext --inplace error no such option: --use-feature
(null): can't open file 'setup.py': [Errno 2] No such file or directory
, So I try cd cd fairseq directory and git submodule update --init --recursive submodule installation after pip install. --use-feature=in-tree-build. no such option: --use-feature
In other words, the source code of the project may not be fully uploaded, and the setup.py and --use-feature parameters are missing
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided README and run the bash script through the pip install step, then inspect the project root and fairseq directory for setup.py and the referenced pip option. Compare the documented commands with the installed pip behavior; done means the documented installation and build_ext --inplace workflow runs without the reported missing-file or unsupported-option errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100