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-tf-2-11-0==1.6.1 #804

Open
kawasaki94year opened this issue Mar 27, 2024 · 12 comments
Open

pip install waymo-open-dataset-tf-2-11-0==1.6.1 #804

kawasaki94year opened this issue Mar 27, 2024 · 12 comments

Comments

@kawasaki94year
Copy link

Hello, everyone.
I have a question about the command pip install waymo-open-dataset-tf-2-11-0==1.6.1. When I enter this code in the Anaconda terminal, it shows two errors:
ERROR: Could not find a version that satisfies the requirement waymo-open-dataset-tf-2-11-0==1.6.1 (from versions: none)
ERROR: No matching distribution found for waymo-open-dataset-tf-2-11-0==1.6.1.
However, I have already installed TensorFlow 2.10.0 and Python 3.11.7 on Anaconda. How can I resolve this issue?
image

@jamesheatonrdm
Copy link

I think python 3.11 is incompatible. It works for me with anaconda and python 3.10

@kawasaki94year
Copy link
Author

kawasaki94year commented Mar 27, 2024

I think python 3.11 is incompatible. It works for me with anaconda and python 3.10
@jamesheatonrdm
I have tried switching Python versions and encountered the same error. However, this error occurred on a Windows 11 system. When I switched to a Linux system and used pip to install, it was installed successfully. Does this mean the waymo-open-dataset-tf library cannot be installed on Windows systems?

@nicomon24
Copy link
Collaborator

Hi @kawasaki94year, could you try install the new version? https://pypi.org/project/waymo-open-dataset-tf-2-12-0/1.6.2/
(I still need to update tutorials)

@kawasaki94year
Copy link
Author

Hi @kawasaki94year, could you try install the new version? https://pypi.org/project/waymo-open-dataset-tf-2-12-0/1.6.2/
(I still need to update tutorials)

@nicomon24
Thank you for your help. I installed Anaconda on Windows 11, and all the operations were done on Windows. So I tried to install the new version following your instructions, but encountered the same error. However, when I switched to a Linux system, I was able to install it successfully. Does this mean that the package cannot be installed on a Windows system?

@sashamilad
Copy link

I have the same issue, please some one help

@haynaou
Copy link

haynaou commented Apr 13, 2024

I had the same error on M2 Macbook until I used Linux (Ubuntu).

I was getting this error:

No matching distribution found for waymo-open-dataset-tf-2-12-0==1.6.4

And this how I got it working:

  • Setup a new VM using Linux (ubuntu 22.04)
  • Install Python 3.10.0 and pip
    sudo apt install Python3.10
    sudo apt-get install python3-pip
  • Clone repo
     git clone https://github.com/waymo-research/waymo-open-dataset.git waymo-od
     cd waymo-od
  • Install packages (this worked for me now)
     python3 -m pip install gcsfs waymo-open-dataset-tf-2-12-0==1.6.4

@nicomon24
Copy link
Collaborator

Responding to everyone on the thread: the package I uploaded on pypi specifies linux as the platform (

cmd = "./$(location :auditwheel_wrapper) repair --plat=manylinux_2_28_x86_64 $(location :wheel) -w $(OUTS)",
).
If you are constrained to use non-linux environments, could you instead git clone and pip install from source?

@kawasaki94year
Copy link
Author

I had the same error on M2 Macbook until I used Linux (Ubuntu).

I was getting this error:

No matching distribution found for waymo-open-dataset-tf-2-12-0==1.6.4

And this how I got it working:

  • Setup a new VM using Linux (ubuntu 22.04)
  • Install Python 3.10.0 and pip
    sudo apt install Python3.10
    sudo apt-get install python3-pip
  • Clone repo
     git clone https://github.com/waymo-research/waymo-open-dataset.git waymo-od
     cd waymo-od
  • Install packages (this worked for me now)
     python3 -m pip install gcsfs waymo-open-dataset-tf-2-12-0==1.6.4

@haynaou Thanks for the help. I also managed to run it successfully on Linux. After seeing your steps, it seems like it can only be run on Linux. I guess this problem can only be solved on Linux and this package cannot be successfully run on Windows. Have you found any instructions on how to install waymo-open-dataset-tf-2-12-0==1.6.4 on Windows?

@kawasaki94year
Copy link
Author

Responding to everyone on the thread: the package I uploaded on pypi specifies linux as the platform (

cmd = "./$(location :auditwheel_wrapper) repair --plat=manylinux_2_28_x86_64 $(location :wheel) -w $(OUTS)",

).
If you are constrained to use non-linux environments, could you instead git clone and pip install from source?

@nicomon24 Thank you for your help. I will try the installation method you provided later.

@antoinekeller
Copy link

Same problem here
OS : Ubuntu 22.04 Jammy
Python: Python 3.10.12

Then I cloned the repo with:

 git clone https://github.com/waymo-research/waymo-open-dataset.git waymo-od
 cd waymo-od
python3 -m pip install waymo-open-dataset-tf-2-11-0==1.6.1
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement waymo-open-dataset-tf-2-11-0==1.6.1 (from versions: none)
ERROR: No matching distribution found for waymo-open-dataset-tf-2-11-0==1.6.1

I have been trying to change the package version but none of them is working.

Any help would be much appreciated !

@qiyan98
Copy link

qiyan98 commented Jun 12, 2024

Same problem here!

pip install waymo-open-dataset-tf-2-12-0
ERROR: Could not find a version that satisfies the requirement waymo-open-dataset-tf-2-12-0 (from versions: none)
ERROR: No matching distribution found for waymo-open-dataset-tf-2-12-0

This happens to me in Python 3.10.14 with anaconda. Can anyone give me a hint?

Thanks.

@SyedShafiq
Copy link

Did this work for anybody?

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

8 participants