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

Use CarlaBirdEyeView from repo instead of pip #411

Open
sergiopaniego opened this issue Dec 13, 2022 · 2 comments
Open

Use CarlaBirdEyeView from repo instead of pip #411

sergiopaniego opened this issue Dec 13, 2022 · 2 comments

Comments

@sergiopaniego
Copy link
Member

Pip installation requires numpy==1.18.0 and this version has some bugs.
We could download the repo and install them from scratch to avoid this problem.

I have asked the developer of the repo about this issue on the original repo: deepsense-ai/carla-birdeye-view#12

@GOVINDFROMINDIA
Copy link

To download the repository and install it from scratch, you can follow these general steps:

Clone the repository to your local machine: git clone https://github.com/deepsense-ai/carla-birdeye-view.git
Navigate to the repository directory: cd carla-birdeye-view
Create a virtual environment to isolate the installation: python -m venv venv
Activate the virtual environment: source venv/bin/activate (on Linux/macOS) or venv\Scripts\activate (on Windows)
Install the required dependencies: pip install -r requirements.txt
Run the program as described in the repository's documentation.

Please assign me this issue

@sergiopaniego
Copy link
Member Author

sergiopaniego commented Feb 17, 2023

We have solved this issue using the flag:

--no-deps

when installing via pip, instead of installing it from the source. You could add it to the current documentation on the webpage.

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