<#18552 python_sources are not runnable when run_a...
# github-notifications
c
#18552 python_sources are not runnable when run_against_entire_lockfile=true Issue created by cburroughs Describe the bug https://github.com/pantsbuild/example-python/
Copy code
$ pants --python-run-against-entire-lockfile=false run helloworld/main.py 
14:23:22.03 [INFO] Completed: Building local_dists.pex
14:23:23.20 [INFO] Completed: Building 3 requirements for lib.pex from the python-default.lock resolve: ansicolors==1.1.8, setuptools<57,>=56.2.0, types-setuptools<58,>=56.2.0
Dobrou noc, pantsbuild!

$ pants --python-run-against-entire-lockfile=true run helloworld/main.py 
Python 3.9.16 (main, Jan  1 2023, 06:40:49) 
[GCC 11.3.1 20221209] on linux
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>>
Pants version 2.15.0, 2.16.0a0 OS Linux pantsbuild/pants