René's URL Explorer Experiment


Title: Issue · GitHub

Open Graph Title: Issue · enthought/enable

X Title: Issue · enthought/enable

Description: Enable: low-level drawing and interaction. Contribute to enthought/enable development by creating an account on GitHub.

Open Graph Description: Enable: low-level drawing and interaction. Contribute to enthought/enable development by creating an account on GitHub.

X Description: Enable: low-level drawing and interaction. Contribute to enthought/enable development by creating an account on GitHub.

Opengraph URL: https://github.com/enthought/enable

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Build error with Python 3.8","articleBody":"Hello,\r\n\r\nI maintain the python-enable package in Debian and was trying to update it to the latest release 4.8.1 and build with Python 3.8, but have run into some build errors. Could you please take a look at the below build log and let me know if I'm missing anything?\r\n```\r\ncompile options: '-Ikiva -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c'\r\nx86_64-linux-gnu-g++: kiva/_hit_test.cpp\r\nx86_64-linux-gnu-g++: kiva/_cython_speedups.cpp\r\nIn file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1830,\r\n                 from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,\r\n                 from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,\r\n                 from kiva/_cython_speedups.cpp:612:\r\n/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning \"Using deprecated NumPy API, disable it with \" \"#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION\" [-Wcpp]\r\n   17 | #warning \"Using deprecated NumPy API, disable it with \" \\\r\n      |  ^~~~~~~\r\nkiva/_cython_speedups.cpp: In function 'int __Pyx_InitCachedConstants()':\r\nkiva/_cython_speedups.cpp:20106:75: error: invalid conversion from 'int' to 'PyObject*' {aka '_object*'} [-fpermissive]\r\n20106 |   __pyx_codeobj__31 = (PyObject*)__Pyx_PyCode_New(3, 0, 6, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__30, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_cython_speedups_pyx, __pyx_n_s_points_in_polygon, 6, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__31)) __PYX_ERR(0, 6, __pyx_L1_error)\r\nkiva/_cython_speedups.cpp:332:37: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                     ^\r\nkiva/_cython_speedups.cpp:20106:234: error: invalid conversion from 'PyObject*' {aka '_object*'} to 'int' [-fpermissive]\r\n20106 |   __pyx_codeobj__31 = (PyObject*)__Pyx_PyCode_New(3, 0, 6, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__30, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_cython_speedups_pyx, __pyx_n_s_points_in_polygon, 6, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__31)) __PYX_ERR(0, 6, __pyx_L1_error)\r\n      |                                                                                                                                                                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n      |                                                                                                                                                                                                                                          |\r\n      |                                                                                                                                                                                                                                          PyObject* {aka _object*}\r\nkiva/_cython_speedups.cpp:332:69: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                     ^~~~\r\nkiva/_cython_speedups.cpp:20106:263: error: invalid conversion from 'int' to 'PyObject*' {aka '_object*'} [-fpermissive]\r\n20106 |   __pyx_codeobj__31 = (PyObject*)__Pyx_PyCode_New(3, 0, 6, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__30, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_cython_speedups_pyx, __pyx_n_s_points_in_polygon, 6, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__31)) __PYX_ERR(0, 6, __pyx_L1_error)\r\n      |                                                                                                                                                                                                                                                                       ^\r\n      |                                                                                                                                                                                                                                                                       |\r\n      |                                                                                                                                                                                                                                                                       int\r\nkiva/_cython_speedups.cpp:332:75: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                           ^~~~~\r\nkiva/_cython_speedups.cpp:332:86: error: too many arguments to function 'PyCodeObject* PyCode_New(int, int, int, int, int, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*)'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                                      ^\r\nkiva/_cython_speedups.cpp:20106:34: note: in expansion of macro '__Pyx_PyCode_New'\r\n20106 |   __pyx_codeobj__31 = (PyObject*)__Pyx_PyCode_New(3, 0, 6, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__30, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_cython_speedups_pyx, __pyx_n_s_points_in_polygon, 6, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__31)) __PYX_ERR(0, 6, __pyx_L1_error)\r\n      |                                  ^~~~~~~~~~~~~~~~\r\nIn file included from /usr/include/python3.8/compile.h:5,\r\n                 from /usr/include/python3.8/Python.h:138,\r\n                 from kiva/_cython_speedups.cpp:4:\r\n/usr/include/python3.8/code.h:122:28: note: declared here\r\n  122 | PyAPI_FUNC(PyCodeObject *) PyCode_New(\r\n      |                            ^~~~~~~~~~\r\nkiva/_cython_speedups.cpp:20171:75: error: invalid conversion from 'int' to 'PyObject*' {aka '_object*'} [-fpermissive]\r\n20171 |   __pyx_codeobj__38 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__37, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_stringsource, __pyx_n_s_pyx_unpickle_Enum, 1, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__38)) __PYX_ERR(2, 1, __pyx_L1_error)\r\nkiva/_cython_speedups.cpp:332:37: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                     ^\r\nkiva/_cython_speedups.cpp:20171:227: error: invalid conversion from 'PyObject*' {aka '_object*'} to 'int' [-fpermissive]\r\n20171 |   __pyx_codeobj__38 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__37, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_stringsource, __pyx_n_s_pyx_unpickle_Enum, 1, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__38)) __PYX_ERR(2, 1, __pyx_L1_error)\r\n      |                                                                                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n      |                                                                                                                                                                                                                                   |\r\n      |                                                                                                                                                                                                                                   PyObject* {aka _object*}\r\nkiva/_cython_speedups.cpp:332:69: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                     ^~~~\r\nkiva/_cython_speedups.cpp:20171:256: error: invalid conversion from 'int' to 'PyObject*' {aka '_object*'} [-fpermissive]\r\n20171 |   __pyx_codeobj__38 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__37, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_stringsource, __pyx_n_s_pyx_unpickle_Enum, 1, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__38)) __PYX_ERR(2, 1, __pyx_L1_error)\r\n      |                                                                                                                                                                                                                                                                ^\r\n      |                                                                                                                                                                                                                                                                |\r\n      |                                                                                                                                                                                                                                                                int\r\nkiva/_cython_speedups.cpp:332:75: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                           ^~~~~\r\nkiva/_cython_speedups.cpp:332:86: error: too many arguments to function 'PyCodeObject* PyCode_New(int, int, int, int, int, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*)'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                                      ^\r\nkiva/_cython_speedups.cpp:20171:34: note: in expansion of macro '__Pyx_PyCode_New'\r\n20171 |   __pyx_codeobj__38 = (PyObject*)__Pyx_PyCode_New(3, 0, 5, 0, CO_OPTIMIZED|CO_NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__37, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_stringsource, __pyx_n_s_pyx_unpickle_Enum, 1, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__38)) __PYX_ERR(2, 1, __pyx_L1_error)\r\n      |                                  ^~~~~~~~~~~~~~~~\r\nIn file included from /usr/include/python3.8/compile.h:5,\r\n                 from /usr/include/python3.8/Python.h:138,\r\n                 from kiva/_cython_speedups.cpp:4:\r\n/usr/include/python3.8/code.h:122:28: note: declared here\r\n  122 | PyAPI_FUNC(PyCodeObject *) PyCode_New(\r\n      |                            ^~~~~~~~~~\r\nkiva/_cython_speedups.cpp: In function 'PyCodeObject* __Pyx_CreateCodeObjectForTraceback(const char*, int, int, const char*)':\r\nkiva/_cython_speedups.cpp:23055:9: error: invalid conversion from 'PyObject*' {aka '_object*'} to 'int' [-fpermissive]\r\n23055 |         py_funcname,  /*PyObject *name,*/\r\n      |         ^~~~~~~~~~~\r\n      |         |\r\n      |         PyObject* {aka _object*}\r\nkiva/_cython_speedups.cpp:332:69: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                     ^~~~\r\nkiva/_cython_speedups.cpp:23056:9: error: invalid conversion from 'int' to 'PyObject*' {aka '_object*'} [-fpermissive]\r\n23056 |         py_line,\r\n      |         ^~~~~~~\r\n      |         |\r\n      |         int\r\nkiva/_cython_speedups.cpp:332:75: note: in definition of macro '__Pyx_PyCode_New'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                           ^~~~~\r\nkiva/_cython_speedups.cpp:332:86: error: too many arguments to function 'PyCodeObject* PyCode_New(int, int, int, int, int, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, int, PyObject*)'\r\n  332 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)\r\n      |                                                                                      ^\r\nkiva/_cython_speedups.cpp:23042:15: note: in expansion of macro '__Pyx_PyCode_New'\r\n23042 |     py_code = __Pyx_PyCode_New(\r\n      |               ^~~~~~~~~~~~~~~~\r\nIn file included from /usr/include/python3.8/compile.h:5,\r\n                 from /usr/include/python3.8/Python.h:138,\r\n                 from kiva/_cython_speedups.cpp:4:\r\n/usr/include/python3.8/code.h:122:28: note: declared here\r\n  122 | PyAPI_FUNC(PyCodeObject *) PyCode_New(\r\n      |                            ^~~~~~~~~~\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:782: UserWarning: Specified path /usr/local/include/python3.8 is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:773: UserWarning: Specified path /usr/X11R6/lib64 is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:773: UserWarning: Specified path /usr/X11R6/lib is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:773: UserWarning: Specified path /usr/X11/lib64 is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:773: UserWarning: Specified path /usr/X11/lib is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:773: UserWarning: Specified path /usr/lib64 is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:782: UserWarning: Specified path /usr/X11R6/include is invalid.\r\n  return self.get_paths(self.section, key)\r\n/usr/lib/python3/dist-packages/numpy/distutils/system_info.py:782: UserWarning: Specified path /usr/X11/include is invalid.\r\n  return self.get_paths(self.section, key)\r\nerror: Command \"x86_64-linux-gnu-g++ -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -O0 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ikiva -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c kiva/_cython_speedups.cpp -o build/temp.linux-amd64-3.8/kiva/_cython_speedups.o -MMD -MF build/temp.linux-amd64-3.8/kiva/_cython_speedups.o.d\" failed with exit status 1\r\nE: pybuild pybuild:341: build: plugin distutils failed with: exit code=1: /usr/bin/python3.8 setup.py build \r\ndh_auto_build: pybuild --build -i python{version} -p \"3.8 3.7\" returned exit code 13\r\nmake: *** [debian/rules:10: build] Error 255\r\ndpkg-buildpackage: error: debian/rules build subprocess returned exit status 2\r\n```\r\n\r\nThanks,\r\nVarun","author":{"url":"https://github.com/varunhiremath","@type":"Person","name":"varunhiremath"},"datePublished":"2019-12-08T21:13:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":7},"url":"https://github.com/375/enable/issues/375"}

route-pattern/:user_id/:repository/issues/:id(.:format)
route-controllerissues
route-actionshow
fetch-noncev2:957f41c2-d5ae-5f1c-20d1-67c09ee184a8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id973E:14749:19A4A33:233C0C2:6A4C09BA
html-safe-nonce928b8614ff738d5a961daaf45d05ae4a417b49265307d5a9efb68b1bd5dd4d41
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzNFOjE0NzQ5OjE5QTRBMzM6MjMzQzBDMjo2QTRDMDlCQSIsInZpc2l0b3JfaWQiOiI4NDAxNzg0NTMxOTUwNzY2NTIyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac96ec148e365f59e9d69e62346cd1a74fe4cf348848e922786adcf44b550d5d48
hovercard-subject-tagrepository:1301545
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///issues/show
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/enthought/enable/issues/375
twitter:imagehttps://opengraph.githubassets.com/4e89661f4a1cee6cfac58d565c6d5ed6fa16d11dbb625c200269bcbab6c46b2e/enthought/enable
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4e89661f4a1cee6cfac58d565c6d5ed6fa16d11dbb625c200269bcbab6c46b2e/enthought/enable
og:image:altEnable: low-level drawing and interaction. Contribute to enthought/enable development by creating an account on GitHub.
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None940b0dbb4d0fe72558ee760b2ff0f25a504383fdfe404f3a7691ec853b8dc17f
turbo-cache-controlno-cache
go-importgithub.com/enthought/enable git https://github.com/enthought/enable.git
octolytics-dimension-user_id539651
octolytics-dimension-user_loginenthought
octolytics-dimension-repository_id1301545
octolytics-dimension-repository_nwoenthought/enable
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1301545
octolytics-dimension-repository_network_root_nwoenthought/enable
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseb0267d17ea43e55446153a7e2c60bb6ac3cffd6b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/enthought/enable/issues/375#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fenthought%2Fenable%2Fissues%2F375
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fenthought%2Fenable%2Fissues%2F375
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fissues%2Fshow&source=header-repo&source_repo=enthought%2Fenable
Reloadhttps://github.com/enthought/enable/issues/375
Reloadhttps://github.com/enthought/enable/issues/375
Reloadhttps://github.com/enthought/enable/issues/375
Please reload this pagehttps://github.com/enthought/enable/issues/375
enthought https://github.com/enthought
enablehttps://github.com/enthought/enable
Notifications https://github.com/login?return_to=%2Fenthought%2Fenable
Fork 45 https://github.com/login?return_to=%2Fenthought%2Fenable
Star 97 https://github.com/login?return_to=%2Fenthought%2Fenable
Code https://github.com/enthought/enable
Issues 118 https://github.com/enthought/enable/issues
Pull requests 6 https://github.com/enthought/enable/pulls
Actions https://github.com/enthought/enable/actions
Projects https://github.com/enthought/enable/projects
Wiki https://github.com/enthought/enable/wiki
Security and quality 0 https://github.com/enthought/enable/security
Insights https://github.com/enthought/enable/pulse
Code https://github.com/enthought/enable
Issues https://github.com/enthought/enable/issues
Pull requests https://github.com/enthought/enable/pulls
Actions https://github.com/enthought/enable/actions
Projects https://github.com/enthought/enable/projects
Wiki https://github.com/enthought/enable/wiki
Security and quality https://github.com/enthought/enable/security
Insights https://github.com/enthought/enable/pulse
#376https://github.com/enthought/enable/pull/376
Build error with Python 3.8https://github.com/enthought/enable/issues/375#top
#376https://github.com/enthought/enable/pull/376
https://github.com/varunhiremath
varunhiremathhttps://github.com/varunhiremath
on Dec 8, 2019https://github.com/enthought/enable/issues/375#issue-534602215
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.