Replies: 2 comments 1 reply
-
|
Same issue on mac os using conda |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I was facing the same issue and I believe the root cause is due to Python versions > 3.11 in the system Check the python version from the virtual environment of MindsDB: python --versionIn case the version is > 3.11 - ensure to create a virtual environment using the following command: python3.11 -m venv mindsdb-venvTrigger install again and the issue should be resolved ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a first time contributor to mindsdb and I am having issues setting up. I see that there are three requirements files
requirements.txtrequirements-dev.txtrequirements-test.txtI have successfully installed
requirements-dev.txtbut I am having issues installing the other two due to mismatching distributions.When installing the test
When installing the normal file
What could be the problem? Is there an order to installing the requirements files? Could there be something I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions