roboflow / roboflow/roboflow-python
Getting Error while running on anaconda window
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 629
- Forks
- 140
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
When i run command
Pip install roboflow
It gives following error
@Jacobsolawetz @broox @hansent @tonylampada @yeldarby
File "C:/Users//.conda/envs/ML/lib/site-packages/roboflow/config.py", line 20, in get_conditional_configuration_variable
default=os.getenv("HOME") + "/.config/roboflow/config.json",
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Contributor guide
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 line 20 of roboflow/config.py, where the default path uses the HOME environment variable, and reproduce the reported installation in an Anaconda Windows environment. Done means the package can be installed and run without the shown TypeError; no specific test file is mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python
- Domain
- developer-experience, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100