You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a new Python 3.10 environment using conda and installing cornac with the command pip install cornac, I encountered an error when attempting to excute from cornac.models.recommender import Recommender . The error message is as follows:
As shown in the attached image, the issue arises specifically in the Python 3.10 environment. However, as mentioned in issue #462, it works perfectly fine in a Python 3.8 environment. And i have tried resolving the issue by running yum update and yum groupinstall "Development Tools" commands, but the problem persists in the Python 3.10 environment.
Are there any other potential solutions or workarounds for this issue? Any guidance would be greatly appreciated!
In which platform does it happen?
Linux CentOS 7
The text was updated successfully, but these errors were encountered:
Description
After creating a new Python 3.10 environment using conda and installing cornac with the command pip install cornac, I encountered an error when attempting to excute
from cornac.models.recommender import Recommender
. The error message is as follows:As shown in the attached image, the issue arises specifically in the Python 3.10 environment. However, as mentioned in issue #462, it works perfectly fine in a Python 3.8 environment. And i have tried resolving the issue by running
yum update
andyum groupinstall "Development Tools"
commands, but the problem persists in the Python 3.10 environment.Are there any other potential solutions or workarounds for this issue? Any guidance would be greatly appreciated!
In which platform does it happen?
Linux CentOS 7
The text was updated successfully, but these errors were encountered: