pykan icon indicating copy to clipboard operation
pykan copied to clipboard

`__init__.py` missing when installing from pip

Open QuantumNovice opened this issue 9 months ago • 2 comments

Platform: windows

__init__.py is missing when installing from pip

Reproduce

bash
pip install pykan
image
>> from kan import KAN
>> type(KAN)
      module
>> type(KAN.KAN)
     type

QuantumNovice avatar May 09 '24 06:05 QuantumNovice

thanks for reporting this! do you have any idea why this is the case? (I can check it out later but I don't have a windows machine right now and in case you have figured it out

KindXiaoming avatar Jul 14 '24 04:07 KindXiaoming

image I am getting this error and I am using window machine Lib Files : image. Anyone knows how to solve it ?

AyushKumar123456789 avatar Aug 24 '24 22:08 AyushKumar123456789