Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileFinder has no attribute find_module #62

Open
ebachUTSA opened this issue Jun 5, 2024 · 4 comments
Open

FileFinder has no attribute find_module #62

ebachUTSA opened this issue Jun 5, 2024 · 4 comments

Comments

@ebachUTSA
Copy link

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

@ahmedsalim3
Copy link

Hi, I encountered the same issue
I resolved it by creating a new virtual env and installing Python 3.9 in it

@ebachUTSA
Copy link
Author

Thanks, I'm trying to avoid using < 3.12 due to concurrent steps in the analytic pipeline that leverage 3.12. I'm currently using a different graph analytic process but I am hoping this gets updated so I can incorporate it and do a speed comparison.

@zommiommy
Copy link
Collaborator

Yup, We will fix it. I will have time to look into it after the 5 of September.

@ebachUTSA
Copy link
Author

Awesome, I'm excited to test it out. I have several large datasets I want to use this on and Gephi and networkx can't handle them very well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants