-
Notifications
You must be signed in to change notification settings - Fork 8
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
CCP cannot obtain data error #26
Comments
I added the following code to solve this problem: |
Looking at your output, my guess is that there is a mismatch between ccp-kernel version and compatible portus version for the version of generic-cong-avoid you are running. This causes the serialization to mix up the fields. |
Thank you very much for your reply. I may have found the problem, but it has not been solved yet. At 4.15, both BBR and CUBIC are not operational. Here are the current details: 3.After I used " My version information is as follows: Why does the BBR algorithm look right and cubic and Reno have problems?(The latest cargo. Toml files for BBR and Cubic say 4.I didn't run through the.py file, I tried it, and here's what happened(Do I not need PyPortus if I do not use Python?I don't choose to use Python, so maybe I don't care about this issue 4.): I'm sorry to bother you with so many questions, because this question has bothered me for some time. I look forward to your reply! |
Hello, here is the latest result, you can ignore some minor problems described earlier (but I still want to know the order of execution in previous question 1). The version should match, why is it still wrong? What's the reason? So I tried to upgrade portus to 0.6.1(My Python version is 3.8.10),I used. whl to upgrade portus(but python aimd.py still shows:ModuleNotFoundError: No module named 'portus'), and used the latest CCP-kernel, libCCP, generic-cong-avoid.Cubic also cannot get the correct data, but BBR can.I don't know what caused it.I still haven't downloaded this:https://github.com/ccp-project/portus/ I currently use portus0.5.1, but portus can't make. I couldn't upgrade with the command "PIP install portus==0.6.1", or with the file (.whl), or make in /portus/python. I want to know how to upgrade to 0.6.1. |
From my experience, python 3.8 definitely works. The version 0.6.1 is for pyportus only, and I use portus 0.5.1 too, which works and doesn't need a manual build. It is good to have kernel 5.4 (there is also a way to hack CCP code to use it for 4.15 as well).
|
I executed the command "pip install portus" in the virtual environment myv, but could not import portus: |
Hello, I have used the latest version, but this problem still appears. What is the reason?
The text was updated successfully, but these errors were encountered: