AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileFinder has no attribute find_module

ebachUTSA opened this issue · comments

File "...\Lib\site-packages\grape_init_.py", line 83, in
import_all(locals())
File "...\Lib\site-packages\grape_init_.py", line 26, in import_all
_loaded_module = _loader.find_module(
^^^^^^^^^^^^^^^^^^^
AttributeError: 'FileFinder' object has no attribute 'find_module'

I've installed into a venv using pip. Python version 3.12. The github shows you have a try except to handle this which leads me to believe that whatever is out on pip is not representative of what is on github. I tried reinstalling from github with a pip install git+url but that generated an installation error I could not overcome:

ERROR: Could not find a version that satisfies the requirement ensmallen>=0.8.88 (from grape) (from versions: 0.0.1, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.7.0.dev19, 0.8.0, 0.8.1, 0.8.2, 0.8.25, 0.8.26, 0.8.27, 0.8.28, 0.8.29, 0.8.36, 0.8.42, 0.8.43, 0.8.44)
ERROR: No matching distribution found for ensmallen>=0.8.88