ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
When I follow the below mentioned steps, I run into an error
```
git clone https://github.com/asyml/texar.git
cd texar
pip install .
```
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
Can someone please help me fix this bug ?
Was the setup.py removed from the "texar" directory ?
Thanks in advance : )
Contributor guide
No contributing guide indexed for this repository
Research direction
Clone the repository and reproduce the failure with `pip install .` from the `texar` directory. Inspect the repository root and its packaging configuration, especially whether `setup.py` or `pyproject.toml` is present. Done means the documented commands install Texar successfully without the reported error.
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
- 30/100