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

ValueError: Value must be a nonnegative integer or None #20

Open
indicts opened this issue Aug 29, 2023 · 0 comments
Open

ValueError: Value must be a nonnegative integer or None #20

indicts opened this issue Aug 29, 2023 · 0 comments

Comments

@indicts
Copy link

indicts commented Aug 29, 2023

Traceback (most recent call last):
  File "C:\Users\usr\Downloads\SoccerPredictor-master\main.py", line 21, in <module>
    pd.set_option("display.max_colwidth", -1)
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 261, in __call__
    return self.__func__(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 160, in _set_option
    o.validator(v)
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 882, in is_nonnegative_int
    raise ValueError(msg)
ValueError: Value must be a nonnegative integer or None

C:\Users\usr\Downloads\SoccerPredictor-master>python main.py -h
Traceback (most recent call last):
  File "C:\Users\usr\Downloads\SoccerPredictor-master\main.py", line 21, in <module>
    pd.set_option("display.max_colwidth", -1)
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 261, in __call__
    return self.__func__(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 160, in _set_option
    o.validator(v)
  File "C:\Users\usr\AppData\Local\Programs\Python\Python311\Lib\site-packages\pandas\_config\config.py", line 882, in is_nonnegative_int
    raise ValueError(msg)
ValueError: Value must be a nonnegative integer or None
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

1 participant