<#2268 Can not create lock file when handling none...
# github-notifications
c
#2268 Can not create lock file when handling none ABI Issue created by eginez Notice pants could not create a lock file when dealing with python-forge as a dependency. Pip seems to handle installing the package just fine. See below
Copy code
❯ python --version
Python 3.11.6
❯ pip install python-forge==18.6.0
Looking in indexes: <https://pypi.org/simple/>
Collecting python-forge==18.6.0
  Using cached python_forge-18.6.0-py35-none-any.whl (31 kB)
Installing collected packages: python-forge
Successfully installed python-forge-18.6.0
❯ pip --version
pip 23.2.1 from /Users/user/throwaway/lib/python3.11/site-packages/pip (python 3.11)
Notice python-forge's wheel file is: python_forge-18.6.0-py35-none-any.whl pantsbuild/pex