-
Notifications
You must be signed in to change notification settings - Fork 0
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
Having trouble running the main function #2
Comments
Hi, thanks a lot for using our repo, could you share the details of your Python environment (such as packages versions etc ?) I believe the error may be due to the dependencies, as the code snippet you provided does not contain any code specific to the current repo |
Also, it seems that maybe the problem is coming from the R package (cf.
|
under the folder prediction,the main.py.Could you please provide the environment requirements? After checking the information, it seems that it is related to the R language environment? |
Yes, indeed you are right, I also believe it is related to R (used with With an updated conda:
|
Package Version anyio 4.3.0 |
Thanks a lot for the details, looks like you have the same
Let me know if that helps 👍🙏 |
Thank you for your answer. I am running on windows and the conda list shows: # Name Version Build Channel |
Thanks a lot, the environment looks similar to mine (there are a few differences though, such as m2w64 which is installed, we may look into that later), but I guess the environment may be OK, but looking online, I found someone saying that if you have already a pre-existing installation of R, this may cause errors: is this the case ? (i.e. do you have a pre-existing installation of R on your machine ?) If so, you may be able to specify not to use it, by adding the snippet from that answer, e.g. at the beginning of Let me know if this helps 👍 |
I also found this article before. I had installed the R environment and set up ‘import os’ according to the article. |
For the path of R, did you put the one you wrote above (i.e.
Otherwise, when saying "uninstalled R", do you mean you uninstalled the machine-wise R, or the R from the environment ? (it should be the machine-wise R, not the one from the environment, i.e. you shouldn't run any Let me know if this helps ? |
Sorry if this does not help, it is hard for me to debug it because I don't have a windows machine.. Also, this seems related to a problem installing/executing |
when i run the main.py,it shows "Fatal error: unable to initialize theJIT",then it shows
Error in .makeMessage(..., domain = domain) :
3 arguments passed to .Internal(gettext) which requires 2
Error in gettext(fmt, domain = domain, trim = trim) :
3 arguments passed to .Internal(gettext) which requires 2
Error in Ops.numeric_version(R_version_built_under, "4.0.0") :
there is no .Internal function 'compareNumericVersion'
The text was updated successfully, but these errors were encountered: