calm-ambulance-65371
10/08/2020, 3:00 PMpythonpath = ["%(buildroot)s/pants-plugins"]
in my pants.toml, but I'm getting a ModuleNotFoundError
enough-analyst-54434
10/08/2020, 3:10 PMmy.plugin
the corresponding file would have to be at pants-plugins/my/plugin.py
Is that the case? In other words, can you provide more details about your setup and the backtrace?calm-ambulance-65371
10/08/2020, 3:11 PMpants-plugins/cython/{cython_build.py,register.py}
calm-ambulance-65371
10/08/2020, 3:11 PMFailed to load the cython.register backend: ModuleNotFoundError("No module named 'cython.register'; 'cython' is not a package",)
calm-ambulance-65371
10/08/2020, 3:12 PM[GLOBAL]
pythonpath = ["%(buildroot)/pants-plugins"]
enough-analyst-54434
10/08/2020, 3:12 PMenough-analyst-54434
10/08/2020, 3:13 PMcalm-ambulance-65371
10/08/2020, 3:13 PM__init__.py
in the cython folder as well. Can you expand on what you mean by PEP-420?enough-analyst-54434
10/08/2020, 3:13 PMcalm-ambulance-65371
10/08/2020, 3:14 PMcalm-ambulance-65371
10/08/2020, 3:14 PMenough-analyst-54434
10/08/2020, 3:16 PM%(buildroot)s/...
You're missing the s
.calm-ambulance-65371
10/08/2020, 3:17 PMcalm-ambulance-65371
10/08/2020, 3:17 PMcalm-ambulance-65371
10/08/2020, 3:17 PMenough-analyst-54434
10/08/2020, 3:21 PMcython
for your package name are you colliding with 3rdparty?enough-analyst-54434
10/08/2020, 3:22 PMenough-analyst-54434
10/08/2020, 3:22 PMenough-analyst-54434
10/08/2020, 3:24 PMenough-analyst-54434
10/08/2020, 3:24 PMcalm-ambulance-65371
10/08/2020, 3:27 PMCython
and python modules should be case sensitive, but it's probably better to not have it be so close anywayenough-analyst-54434
10/08/2020, 3:28 PMenough-analyst-54434
10/08/2020, 3:30 PMenough-analyst-54434
10/08/2020, 3:31 PMjolly-midnight-72759
10/08/2020, 7:37 PM