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

Installation on google colab #20

Closed
dara1400 opened this issue Dec 23, 2020 · 4 comments
Closed

Installation on google colab #20

dara1400 opened this issue Dec 23, 2020 · 4 comments

Comments

@dara1400
Copy link

Hello
I have tried to install the package in google colab according to your instruction.
It dose not work.
would you help me?

Thanks for the great package

@YoungseogChung
Copy link
Member

Can you specify the issue you are running into when installing on Google Colab?
I can install it and run it on Google Colab without any problems right now.

@dara1400
Copy link
Author

dara1400 commented Dec 26, 2020

I use a cell like this:

!git clone https://github.com/uncertainty-toolbox/uncertainty-toolbox.git
%cd /content/uncertainty-toolbox
!pip3 install -e

It dose not work:

Cloning into 'uncertainty-toolbox'...
remote: Enumerating objects: 164, done.
remote: Counting objects: 100% (164/164), done.
remote: Compressing objects: 100% (81/81), done.
remote: Total 508 (delta 103), reused 131 (delta 83), pack-reused 344
Receiving objects: 100% (508/508), 3.51 MiB | 28.06 MiB/s, done.
Resolving deltas: 100% (266/266), done.
/content/uncertainty-toolbox

Usage:
pip3 install [options] [package-index-options] ...
pip3 install [options] -r [package-index-options] ...
pip3 install [options] [-e] ...
pip3 install [options] [-e] ...
pip3 install [options] <archive url/path> ...

-e option requires 1 argument

@YoungseogChung
Copy link
Member

pip install -e .

You forgot the dot

@dara1400
Copy link
Author

Thanks a lot

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

No branches or pull requests

2 participants