You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: