Code Monkey home page Code Monkey logo

Comments (3)

7imLei avatar 7imLei commented on July 25, 2024

To import a library that's not in Colaboratory by default, you can use !pip install or !apt-get install.

!pip install matplotlib-venn
!apt-get -qq install -y libfluidsynth1
Install 7zip reader libarchive

https://pypi.python.org/pypi/libarchive

!apt-get -qq install -y libarchive-dev && pip install -U libarchive
import libarchive
Install GraphViz & PyDot

https://pypi.python.org/pypi/pydot

!apt-get -qq install -y graphviz && pip install pydot
import pydot
Install cartopy

IS DONE BUT ....


ModuleNotFoundError Traceback (most recent call last)
in ()
16 #import t5x
17
---> 18 from mt3 import metrics_utils
19 from mt3 import models
20 from mt3 import network

ModuleNotFoundError: No module named 'mt3'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

from mt3.

woshirenzhp avatar woshirenzhp commented on July 25, 2024

error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
cartopy can't be installed just show this

from mt3.

iansimon avatar iansimon commented on July 25, 2024

Some of mt3's dependencies use python 3.8 which isn't yet available in colab. As a temporary fix #48 pins them to an earlier version.

from mt3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.