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

pip install waymo-open-dataset #22

Closed
khsrhhh opened this issue Sep 2, 2019 · 9 comments
Closed

pip install waymo-open-dataset #22

khsrhhh opened this issue Sep 2, 2019 · 9 comments

Comments

@khsrhhh
Copy link

khsrhhh commented Sep 2, 2019

Hi.

Now I am setting my local linux envirionment as same as Colab Waymo Open Dataset Tutorial.
When I type command 'pip install waymo-dataset' , error messages occurs
2019-09-02 15;38;36

Could you help me please?

@randcode-generator
Copy link

I don't think there's a waymo-open-dataset package on pip

You can just run the commands in the tutorial to install the necessary packages to get it running locally. Anything that has ! (exclamation mark) is a command.

@peisun1115
Copy link
Contributor

The master branch has a waymo-open-dataset on pip. But that is not officially released. We are going to create a 1.0.1 patch release soon.

Your error msg shows that you need to upgrade your pip.

@khsrhhh
Copy link
Author

khsrhhh commented Sep 3, 2019

I don't think there's a waymo-open-dataset package on pip

You can just run the commands in the tutorial to install the necessary packages to get it running locally. Anything that has ! (exclamation mark) is a command.

image

I found waymo-open-dataset pip package on that website, whether it is official pip-package website.
Just I want to know why I can't install that package on my local PC

@khsrhhh
Copy link
Author

khsrhhh commented Sep 3, 2019

The master branch has a waymo-open-dataset on pip. But that is not officially released. We are going to create a 1.0.1 patch release soon.

Your error msg shows that you need to upgrade your pip.

I will wait the update version.

@peisun1115
Copy link
Contributor

You should be able to install before we officially release it. You need to update your pip version as that is required by tensorflow 1.14.0

pip install --upgrade pip

Then
pip install waymo-open-dataest --user

@khsrhhh
Copy link
Author

khsrhhh commented Sep 3, 2019

You should be able to install before we officially release it. You need to update your pip version as that is required by tensorflow 1.14.0

pip install --upgrade pip

Then
pip install waymo-open-dataest --user

Thanks for reply. I will type that command later.
One more question I have.

'quick start.md' says python3 is required but why waymo-open-dataset pip package is based python 2.7?

@peisun1115
Copy link
Contributor

I will remove that requirement in the coming 1.0.1 release. It is no longer required in the master branch. I realized lots of people are still using python2

@khsrhhh
Copy link
Author

khsrhhh commented Sep 3, 2019

I will remove that requirement in the coming 1.0.1 release. It is no longer required in the master branch. I realized lots of people are still using python2

Thanks for reply.

@khsrhhh khsrhhh closed this as completed Sep 3, 2019
@xuanzhangyang
Copy link

https://pypi.org/search/?q=waymo-open-dataset
Find the version corresponding to tensorflow, then click on "Download files" button, check if the version of python in the environment matches "Download files"

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

4 participants