roboflow / roboflow/roboflow-python

Getting Error while running on anaconda window

Open
#135 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.