Giter VIP home page Giter VIP logo

Comments (9)

nicomon24 avatar nicomon24 commented on June 2, 2024 1

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?

from waymo-open-dataset.

jamesheatonrdm avatar jamesheatonrdm commented on June 2, 2024

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

from waymo-open-dataset.

kawasaki94year avatar kawasaki94year commented on June 2, 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?

from waymo-open-dataset.

nicomon24 avatar nicomon24 commented on June 2, 2024

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)

from waymo-open-dataset.

kawasaki94year avatar kawasaki94year commented on June 2, 2024

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?

from waymo-open-dataset.

sashamilad avatar sashamilad commented on June 2, 2024

I have the same issue, please some one help

from waymo-open-dataset.

haynaou avatar haynaou commented on June 2, 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

from waymo-open-dataset.

kawasaki94year avatar kawasaki94year commented on June 2, 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

@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?

from waymo-open-dataset.

kawasaki94year avatar kawasaki94year commented on June 2, 2024

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.

from waymo-open-dataset.

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.