Giter Club home page Giter Club logo

pyproj-sep-debugger's Introduction

Issue with os.path.sep after importing pyproj in a debugger with Python 3.10

To recreate:

docker-compose build
docker-compose run --rm app python -m pdb debug_failure.py

Pressing c to continue (should) result in AttributeErrors:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/pdb.py", line 1723, in main
    pdb._runscript(mainpyfile)
  File "/usr/local/lib/python3.10/pdb.py", line 1583, in _runscript
    self.run(statement)
  File "/usr/local/lib/python3.10/bdb.py", line 597, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "/app/debug_failure.py", line 5, in <module>
    os.path.sep

Stepping though in more detail reveals that this change occurs when invoking:

_pyproj_global_context_initialize

Furthermore, inspecting the os.path object reveals it now has an attribute called a and an attribute called p. These match the local variables in the os.path.join method. Suggesting that the offending line in the Cython code is this one:

https://github.com/pyproj4/pyproj/blob/8f0e1f7ddc5ba5a1992f939f91bb9ea023316219/pyproj/_datadir.pyx#L120

pyproj-sep-debugger's People

Contributors

tomtruck avatar

Stargazers

Jevhen Jeff Ponomarenko avatar

Watchers

Jevhen Jeff Ponomarenko avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.