{"id":19464424,"url":"https://github.com/arrowtype/basic-python-test","last_synced_at":"2026-06-18T00:30:59.320Z","repository":{"id":207244690,"uuid":"718776135","full_name":"arrowtype/basic-python-test","owner":"arrowtype","description":"A test repo for debugging a potential Python install issue","archived":false,"fork":false,"pushed_at":"2023-11-14T19:46:47.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T13:36:32.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arrowtype.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-14T19:23:33.000Z","updated_at":"2023-11-14T19:28:25.000Z","dependencies_parsed_at":"2023-11-14T20:44:24.210Z","dependency_job_id":null,"html_url":"https://github.com/arrowtype/basic-python-test","commit_stats":null,"previous_names":["arrowtype/basic-python-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arrowtype/basic-python-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrowtype%2Fbasic-python-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrowtype%2Fbasic-python-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrowtype%2Fbasic-python-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrowtype%2Fbasic-python-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrowtype","download_url":"https://codeload.github.com/arrowtype/basic-python-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrowtype%2Fbasic-python-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34471638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T18:15:13.009Z","updated_at":"2026-06-18T00:30:59.275Z","avatar_url":"https://github.com/arrowtype.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Python Test\n\nI’m having various Python errors that seem to point to some kind of a Python installation issue.\n\nThis repo is a simple test to see whether I can install a dependency and use it, and to record errors that may occur when I do.\n\n## Test\n\nHere’s a repo to serve as a simple reproduction case of [an issue I’m having with ColdType](https://github.com/coldtype/coldtype/issues/151#issuecomment-1806587692), which may boil down to a Python path issue.\n\nCreate and activate a virtual environment with:\n\n```sh\npython3 -m venv venv \u0026\u0026 source venv/bin/activate\n```\n\nInstall requirements:\n\n```sh\npip install -r requirements.txt\n```\n\nRun ColdType from example script:\n\n```sh\ncoldtype src/coldtype-example.py\n```\n\nThe error I am getting is this:\n\n```sh\nTraceback (most recent call last):\n  File \"/Users/stephennixon/type-repos/basic-python-test/venv/lib/python3.11/site-packages/coldtype/renderer/__init__.py\", line 548, in _single_thread_render\n    result = render.normalize_result(render.run(rp, self.state))\n                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/Users/stephennixon/type-repos/basic-python-test/venv/lib/python3.11/site-packages/coldtype/renderable/animation.py\", line 214, in run\n    return super().run(render_pass, renderer_state, render_bg=render_bg)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/Users/stephennixon/type-repos/basic-python-test/venv/lib/python3.11/site-packages/coldtype/renderable/renderable.py\", line 348, in run\n    res = render_pass.fn(*render_pass.args)\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/var/folders/qx/2l9crthn3rb450m148nmpfb80000gn/T/coldtype__coldtype-example_s3xrswyr.py\", line 16, in versioned_ƒVERSION\n    __VERSION__[\"text\"].upper(),\n    ~~~~~~~~~~~^^^^^^^^\nTypeError: 'NoneType' object is not subscriptable\n```\n\nI am have the venv active, and I have ColdType 0.10.14 installed, which I’ve verified this with `pip show coldtype`. However, the ColdType creator said that these code line numbers don’t match up with ColdType 0.10.14, and suggested that it may be a Python path issue. I’ve had somewhat similar, strange Python issues in the recent past, so I think they may be right. This repo is made in part to share when I seek out help.\n\n## Steps tried to fix the isssue\n\n- I’ve removed and remade the venv, then reinstalled the dependency.\n- I’ve restarted my computer.\n- I’ve installed the latest stable Python, 3.12, from python.org.\n- I repeated this test after each step, with the same result.\n  \n## Potentially relevant notes\n\n- I’m on an M1 Mac, running Ventura\n- I’ve tried this with Python 3.10 and 3.12\n- I have ensured that I’m on ColdType 0.10.14\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrowtype%2Fbasic-python-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrowtype%2Fbasic-python-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrowtype%2Fbasic-python-test/lists"}