-
Notifications
You must be signed in to change notification settings - Fork 16
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 in installing with Vscode and Jupyter #236
Comments
I think the problem is you're using Python 3.12, which looks like has some breaking changes. You should have better luck with Python 3.9 if possible until I'm able to fix the changes. |
Thanks for your quick response. I fired up a venv with python version 3.9.13 but I still couldn't install. I even launched a clean docker container with this image and still got error messages similar to this. It seems like there's something funny going on with the pandas version you require. Although, I'm not an expert on these things, this seems to be where the install script is failing. Here's the pip log from the venv trial I mentioned above. |
I have just installed using a new env with Python 3.6.13 |
I successfully installed using python=3.8 when creating the venv, but was also not able to successfully install using python=3.9. |
Hello, this looks like a very interesting package. Unfortunately, I wasn't able to install it on my VSCode environment with python 3.12.0. What could be the reason? Here's the error message when i run the pip install command in the terminal.
The text was updated successfully, but these errors were encountered: