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

./check.sh error #2

Closed
3togo opened this issue Jun 2, 2019 · 1 comment
Closed

./check.sh error #2

3togo opened this issue Jun 2, 2019 · 1 comment
Assignees

Comments

@3togo
Copy link

3togo commented Jun 2, 2019

Traceback (most recent call last):
File "./from_dat.py", line 70, in
main(sys.argv[1:])
File "./from_dat.py", line 67, in main
dat_to_img(inp, width, outp, scale, offset)
File "./from_dat.py", line 33, in dat_to_img
im = Image.new('L', (width, len(vals)), (255, 255, 255))
File "/usr/lib/python3/dist-packages/PIL/Image.py", line 2375, in new
return Image()._new(core.fill(mode, size, color))
TypeError: function takes exactly 1 argument (3 given)
make: *** [Makefile:36: basic_test] Error 1
~/git/others/StereoCensus/verilog ~/git/others/StereoCensus
~/git/others/StereoCensus

@slongfield slongfield self-assigned this Jun 12, 2019
@slongfield
Copy link
Owner

Upgraded from the ancient version of PIL on my old machine, and set up virtualenv, so there'll be some record of what I was using next time.

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