Python Forum
I cannot install this library. Can someone show me how?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I cannot install this library. Can someone show me how?
#9
The fast way.
Go to Colab,New Notebook.
Run.
!pip install -q tf-models-official==2.4.0
Example Notebook.

With Anaconda/conda/pip you should create a new environment,look at this Thread.
This need to install a lot of packages look at requirements.txt around 30.
Then is better to make new virtual environment(see link),so it don't crash with what you have tried to install before.
Reply


Messages In This Thread
RE: I cannot install this library. Can someone show me how? - by snippsat - Mar-12-2021, 05:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PIL Image im.show() no show! Pedroski55 2 1,046 Sep-12-2022, 10:19 PM
Last Post: Pedroski55
  PIL Image im.show() no show! Pedroski55 6 5,267 Feb-08-2022, 06:32 AM
Last Post: Pedroski55
  Install any library via pip get an error cannot import name 'SCHEME_KEYS' from 'pip. Anldra12 2 10,905 Jan-04-2022, 01:05 PM
Last Post: Anldra12
  Can't install Lcapy library Sancho_Pansa 6 2,938 Oct-23-2020, 12:48 AM
Last Post: Larz60+
  How to install a library in Python? DuoZhou 2 3,059 Apr-27-2018, 02:09 PM
Last Post: DuoZhou
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,924 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020