question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`pip install incremental` results in TypeError

See original GitHub issue

The error is:

TypeError('string indices must be integers, not str',)

It doesn’t show me a full traceback so I don’t know how to debug.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bennr01commented, Sep 27, 2017

EDIT: The fix is now in the master branch. You can use the selfupdate command to update to the latest version. Original comment: This is now fixed in bennr01:entrypoint_improvements, but further testing may be required. I was able to successfully install incremental and twisted.

If you want to update to the branch containing the fix, you can:

  • easy way: Click this link on a iOS-Device with pythonista3 and StaSh installed: pythonista3://launch_stash.py?action=run&args=–command%20%22selfupdate%20-f%20bennr01%3Aentrypoint_improvements%22
  • normal way: start StaSh and run the command selfupdate -f bennr01:entrypoint_improvements
0reactions
bennr01commented, Sep 25, 2017

@dgelessus Thanks 😄 I will start working on a patch right away.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python PIP Install throws TypeError: unsupported operand ...
This problem has nothing to do with pip. the stack trace shows that the request to get the package fails, indicating a network...
Read more >
incremental - PyPI
Install Incremental to your local environment with pip install incremental[scripts]. Then run python -m incremental.update <projectname> --create.
Read more >
Error in pip: unsupported operand type(s) for -=: 'Retry' and 'int'
I fixed that problem on my own. I just reinstalled the pip. First of all I uninstalled the pip sudo apt-get remove --purge...
Read more >
Python Increment Operation - AskPython
The below code shows how almost all programmers increment integers or similar variables in Python. We have incremented the integer variable a in...
Read more >
Trying to increment a field value for only the repeated records ...
here is how you could update your field a posteriori using python dictionnary dict = {} with arcpy.da.UpdateCursor("D1Merged", ("RECORD_ID" ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found