As the title,I use PyCharm write a program, when there are some error as the picture showing. enter image description here It reminder that sknetwork-topology-kcliques.pyx can't be found in my remote project. so I copy all files in the sknetwork source code directory scikit-network-master-sknetwork to remote projects. it cannot parse code written in cpython,as the pciture showing.
enter image description here otherwise,i copy the document code:adjacency = graph.adjacency there is an error as AttributesError: adjacency not found enter image description here Probably because of sknetwork version,but i cannot debug so i donnot know what attributes the graph have. By the way,my python vision 3.8.13,sknetwork 0.28.3. I watched the documents,my python and sknetworks versions are right ,but not work. So I think it could be a problem with the environment configuration