Local package when installed with setuptools via 'pip install .' installs the package as 'UNKNOWN' #4825
Replies: 1 comment 1 reply
-
If you are seeing and This may happen if you have a very very old version of The best way to go around of it is to:
One thing that minimises the chance of this error happening is creating virtual environments for installing your package ( |
Beta Was this translation helpful? Give feedback.
-
Hi!
Python version: 3.9
Setup Tools version: 58.0.4
I'm using a setup via pyproject.toml
So...my local packages are installed as 'UNKNOWN' when installed via 'pip3 install .'
Apparently you can fix this issue by simply upgrading the setuptools version to a latest, but this is the python and setuptools versions that MacOS 15.3 comes with out of the box and thus I want my packages to be compatible with these versions.
Can anyone help me figure out whats the root of the problem and how can I update my packages to account for those issues?
The RP that produces this error with a CI:
solarvenom/kettled.py#2
Terminal output:
Beta Was this translation helpful? Give feedback.
All reactions