-
Notifications
You must be signed in to change notification settings - Fork 41
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
Latest bloodhound compatibility #28
Comments
Hello, are there any plans to update the scripts to make them compatibile with the current available version? |
Using python 3.10.4 64-bit on Windows Server 2022.
This gave me a bunch of json files.
However I simply get the error below: I thought maybe I need Python 2.7, however there is no asyncio==3.4.3 available for Python 2.7 Where am I going wrong? thanks. |
Am very new to python directory structures and came across the same similar problems due to the following issues:
kept references the actually module that is NOT updated with #30's code. Afterward, I adjusted these lines to
and in the main.py
At the path the cloned branch pr is at and into the innermost bloodhound-import directory with the python files, I ran the following:
I'm not sure if this is the conventional way to run such python files, but it served its purpose. |
No description provided.
The text was updated successfully, but these errors were encountered: