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

Missing pandas for manage.py drive #1010

Closed
Benvii opened this issue Apr 19, 2022 · 3 comments
Closed

Missing pandas for manage.py drive #1010

Benvii opened this issue Apr 19, 2022 · 3 comments

Comments

@Benvii
Copy link

Benvii commented Apr 19, 2022

Hi,
I follow the documentation, I noticed there is a missing dependency when doing a raspberry pi installation, I have installed pi extra dependencies with pip install -e .[pi] (as mentioned here).

But when I try to launch python manage.py drive --js I got a missing dependency pandas. Pandas seems to be included in the extras_require of pc setup.py#L74.

  • Do we really need it on raspberry pi ?
  • Should it be included in pi extras_require, dependency set ?

Thanks in advance

python manage.py drive --js
________             ______                   _________              
___  __ \_______________  /___________  __    __  ____/_____ ________
__  / / /  __ \_  __ \_  //_/  _ \_  / / /    _  /    _  __ `/_  ___/
_  /_/ // /_/ /  / / /  ,<  /  __/  /_/ /     / /___  / /_/ /_  /    
/_____/ \____//_/ /_//_/|_| \___/_\__, /      \____/  \__,_/ /_/     
                                 /____/                              

using donkey v4.3.10 ...
WARNING:donkeycar.parts.pins:pigpio was not imported.
Traceback (most recent call last):
  File "manage.py", line 27, in <module>
    from donkeycar.parts.datastore import TubHandler
  File "/home/pi/projects/donkeycar/parts/datastore.py", line 19, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'
@Benvii Benvii changed the title Missing panda for manage.py drive Missing pandas for manage.py drive Apr 19, 2022
@DocGarbanzo
Copy link
Contributor

Can you set your config parameter AUTO_CREATE_NEW_TUB = False? I see what the issue is.

@DocGarbanzo
Copy link
Contributor

Addressed in #1015.

@DocGarbanzo
Copy link
Contributor

Merged to main.

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