-
Notifications
You must be signed in to change notification settings - Fork 2
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
remove dependency to ip2asn #31
Comments
@romain-fontugne, |
@romain-fontugne |
sure you can work on this. I can help you to query IYP, if you need help for that. The error you have is due to a recent problem with py-radix. You can try to install it from the source, the git repo has a fix: |
yeah i have installed py-radix from link you provided, but after that running the cmd: python3 setup.py build_ext --inplace ""running build_ext |
there is a cython module you have to compile with a C++ compiler. So yes you need that compiler |
While testing the functionality of the project, getting this: |
ah yes sorry, we should update the old configuration files (especially the ones mentioned in the readme). In production we use |
after setting chunk_size value, getting this error: Traceback (most recent call last): |
ig, there is some problem in the code of file: sqlitesaver.py, |
Hi, please try running the project on Linux instead of Windows, as the file paths are configured for a Linux environment. |
but i don't know, how to use linux |
Try WSL |
Here are two courses you can explore. The first is from the Linux Foundation and consists of about 60 hours of course material, covering a wide range of topics related to Linux. The second course is from freeCodeCamp and is approximately 6 hours long. Since you are not yet familiar with the Linux environment, I recommend starting with the second course. It will provide you with a solid overview of Linux, including how to run applications and manage files. After completing the second course, I think you will be able to run this project in a Linux environment, and if you find yourself interested in Linux, you can continue with the first course for a more in-depth understanding. Here are the links to the courses:
|
ok sir |
This code is currently tricky to deploy because of its dependency to ip2asn. One way to fix this is to use IYP instead.
Steps:
The text was updated successfully, but these errors were encountered: