IBM / LNN

A `Neural = Symbolic` framework for sound and complete weighted real-value logic
https://IBM.github.io/LNN/
Apache License 2.0
226 stars 438 forks source link

can't install lnn-contrib #57

Closed michalkordyzon closed 1 year ago

michalkordyzon commented 1 year ago

after submitting: pip install -e git+https://github.com/IBM/LNN.git I get: ERROR: Could not detect requirement name for 'git+https://github.com/IBM/LNN.git', please specify one with #egg=your_package_name my environment:

Monterey 12.6
Python 3.9.13
setuptools 63.4.1
NaweedAghmad commented 1 year ago

Append #egg=lnn to pip install -e git+https://github.com/IBM/LNN.git pip install -e git+https://github.com/IBM/LNN#egg=lnn