I have cloned and activated my Python Environment and it works fine in ArcGIS Pro and when running Jupyter lab, but when I try to debug a script tool in VS code using the cloned environment, I get a strange error: ModuleNotFoundError: No module named 'ptyprocess'??
If I try to run pip install ptyprocess it then throws: No module named 'fcntl' which doesn't exist for windows?
The issue must have come with the 2.7.1 upgrade because it hasn't been an issue with previous versions.
Does anybody know of a workaround?