-
Notifications
You must be signed in to change notification settings - Fork 0
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 -U inverse_optical_flow failed #1
Comments
Tried to reproduce in Google Colab without success:
|
To effectively address the issue you're encountering with the installation of For Ubuntu/Linux UsersIf you're using Ubuntu or another Linux distribution, you might not have the C++ compiler installed. You can install the essential build tools, including the C++ compiler, by executing the following command in your terminal: sudo apt-get update
sudo apt-get install build-essential This command installs not only the C++ compiler but also other essential tools and libraries required for compiling software. For Windows UsersIf you're on Windows, one of the best ways to get access to a Unix-like environment (which can simplify the process of installing packages like To install WSL2, you'll first need to enable it on Windows and then install a Linux distribution of your choice from the Microsoft Store (Ubuntu is a popular choice). Microsoft provides a guide on setting up WSL2, which you can find by searching for "Install WSL2" on the Microsoft website. Once WSL2 is set up, you can open your Linux distribution via the Start menu and then install the C++ compiler and build essentials by using the same commands provided for Ubuntu/Linux users. For macOS UsersOn macOS, the C++ compiler is part of the Xcode Command Line Tools. To install these tools, open the Terminal and execute the following command: xcode-select --install A prompt will appear asking if you want to install the tools. Confirm the installation, and once it's complete, you will have the C++ compiler and other essential build tools installed on your system. Final StepsAfter ensuring that the C++ compiler and necessary build tools are installed on your system, try installing the |
Thank you for your help and sharing of the project. |
Error as follows:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for inverse_optical_flow
Failed to build inverse_optical_flow
ERROR: Could not build wheels for inverse_optical_flow, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: