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

Setup.py giving syntax error. #172

Closed
hildebrandt-carl opened this issue Jan 2, 2023 · 6 comments
Closed

Setup.py giving syntax error. #172

hildebrandt-carl opened this issue Jan 2, 2023 · 6 comments

Comments

@hildebrandt-carl
Copy link

Hi I am busy working on another issue and I noticed that there is an issue with the setup.py file.

The install requires currently is:

    install_requires=[
        'numpy',
        'opencv-python',
        'av'.
        'pillow'
    ],

However it should be

    install_requires=[
        'numpy',
        'opencv-python',
        'av',
        'pillow'
    ],

I will submit a pull request that fixes this shortly.

@IEEERoboticsWSU
Copy link
Contributor

My bad

@hildebrandt-carl
Copy link
Author

hildebrandt-carl commented Jan 2, 2023

No worries. Was a very easy fix. I am busy working on Issue #166, and found this and thought I would fix it before anyone else ran into it.

@hildebrandt-carl
Copy link
Author

Whoops I submitted the pull request from the wrong account. Sorry about that. I have now re-submitted the pull request.

@IEEERoboticsWSU
Copy link
Contributor

may want to close this

@hildebrandt-carl
Copy link
Author

Just checked and it seems like the issue is still in the setup.py

@M4GNV5
Copy link
Collaborator

M4GNV5 commented Jan 4, 2023

should be fixed now, since #174 is merged

@M4GNV5 M4GNV5 closed this as completed Jan 4, 2023
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