-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when using python 3.9.6 #13
Comments
@GuanqiDong92 Could you post some more details about how one can reproduce this issue? |
@GuanqiDong92 it looks like you haven't run |
hi @hassec , the python version and the environment are as follows As for the installation of cfspopcon, I just use "pip install cfspopcon" following the instruction in https://cfspopcon.readthedocs.io/en/latest/doc_sources/Usage.html as @tbody-cfs commented. |
Can you try running the
If that crashes again and drops you into the debugger (ipdb), could you type |
@hassec , here is the result |
Hi @GuanqiDong92. Could you try It looks like you're missing some of the files needed for the ADAS reader. |
Hi @tbody-cfs , it does not work for me..... |
Thanks @GuanqiDong92. I can reproduce the problem when using
But passing So the easiest workaround would probably be to use a newer python version. We'll fix this on radas, but likely just by requiring a newer python version as passing |
@GuanqiDong92 I've opened #14 as a potential fix. You're welcome to try run that version of
|
A new version of cfspopcon has been released: https://pypi.org/project/cfspopcon/6.0.1/ which requires the fixed version of radas. |
hi @tbody-cfs , when I try "poetry run radas", it comes to the following error.. I googled it, it seems clang/gcc have conflicts. But I don't know how to fix it, could you please help? |
How did you install If you've already done that, can you paste here your |
please forget my last information. After I reinstalled gcc and Python, I redone all the previous steps. However, but I try install importlib-metadata, it did not work... |
Have you run If there are issues in |
@tbody-cfs thank you. it works now after I run poetry install in the cfspopcon folder. |
The text was updated successfully, but these errors were encountered: