Skip to content
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

need help #4963

Open
markoxs opened this issue Nov 23, 2024 · 3 comments
Open

need help #4963

markoxs opened this issue Nov 23, 2024 · 3 comments

Comments

@markoxs
Copy link

markoxs commented Nov 23, 2024

Describe the current behavior
My code is unable to run, because of [PIL,numpy]. It says that it has been imported previously and I simply don't know what to do,
Describe the expected behavior
I would appreciate a help with my issue
What web browser you are using
Opera
Additional context
Link to a minimal, public, self-contained notebook that reproduces this issue.

  • Share the file using your GitHub account using File > Save a copy as a GitHub Gist.
  • or Share Drive notebooks using the Share button then 'Get Shareable Link'.
@markoxs markoxs added the bug label Nov 23, 2024
@markoxs
Copy link
Author

markoxs commented Nov 23, 2024

I need to do this: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
sqlalchemy 2.0.36 requires typing-extensions>=4.6.0, but you have typing-extensions 4.5.0 which is incompatible.
albucore 0.0.19 requires numpy>=1.24.4, but you have numpy 1.24.3 which is incompatible.
langchain-core 0.3.19 requires typing-extensions>=4.7, but you have typing-extensions 4.5.0 which is incompatible.
nibabel 5.3.2 requires typing-extensions>=4.6; python_version < "3.13", but you have typing-extensions 4.5.0 which is incompatible.
openai 1.54.4 requires typing-extensions<5,>=4.11, but you have typing-extensions 4.5.0 which is incompatible.
pydantic 2.9.2 requires typing-extensions>=4.6.1; python_version < "3.13", but you have typing-extensions 4.5.0 which is incompatible.
pydantic-core 2.23.4 requires typing-extensions!=4.7.0,>=4.6.0, but you have typing-extensions 4.5.0 which is incompatible.
tf-keras 2.17.0 requires tensorflow<2.18,>=2.17, but you have tensorflow 2.13.0 which is incompatible.
torchaudio 2.5.1+cu121 requires torch==2.5.1, but you have torch 2.1.2+cu118 which is incompatible.
typeguard 4.4.1 requires typing-extensions>=4.10.0, but you have typing-extensions 4.5.0 which is incompatible.

@colaboratory-team
Copy link
Contributor

We'll need a link to the notebook to help investigate more. My initial guess would be that you're trying to install some packages at incompatible versions, and you may need to install different versions that are compatible

@markoxs
Copy link
Author

markoxs commented Nov 23, 2024

There has to be an upgraded version numpy==1.24.4 but i am not authorized to correct the issue unfortunately. Thank you for the help, i've put on a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants