I receive the same error when trying to package on...
# general
a
I receive the same error when trying to package one of my
python_distribution
targets:
Copy code
(pants) [root@9a5752857756 pants-training]# ./pants package src/server:grpc-server
13:51:25.81 [ERROR] 1 Exception encountered:

 IndexError: string index out of range

(pants) [root@9a5752857756 pants-training]#
Could anyone please help here?
r
Are you able to run any pants command like?
Copy code
./pants --version
a
Yes, I am.