Hello.. I am pretty new to Pants.. I was trying to...
# general
f
Hello.. I am pretty new to Pants.. I was trying to use pants to generate docker images for a python application.. I am facing an issue when i run the tailor command..
Copy code
✗ pants tailor ::
15:36:48.18 [ERROR] 1 Exception encountered:

  Exception: While expanding link "bin/python": Failed to read link "/Users/manitalanki/Work/biocloud_data_ingestion/bin/python3": Absolute symlink: "/Library/Developer/CommandLineTools/usr/bin/python3
what am I missing?
w
if that is a virtualenv, you should make sure that it is in your root
.gitignore
file, or it will need to be ignored via:
Copy code
[GLOBAL]
pants_ignore.add = [
  "biocloud_data_ingestion/",
]