Skip to content

WIP: Change tmclient to be compatible with python 3#1

Open
jluethi wants to merge 8 commits into
masterfrom
tmclient_reduce
Open

WIP: Change tmclient to be compatible with python 3#1
jluethi wants to merge 8 commits into
masterfrom
tmclient_reduce

Conversation

@jluethi

@jluethi jluethi commented Feb 26, 2020

Copy link
Copy Markdown

Work in progress, don't merge yet

I'm trying to use the tmclient exhibit_mapobject function from python 3.7. Already added some fixes regarding inputs and iterators/lists.

Current issues:

  • I haven't tested backwards compatibility with python 2 yet

  • Overlays are not displayed on the returned images (and those images are grayscale, not RGB).

  • When trying to use the save function in _exhibit_mapobject, it fails with cannot import name 'imsave' from 'scipy.misc', because imsave in scipy.misc has been deprecated. Would need to be replaced with another imsave function. scipy recommends https://pypi.org/project/imageio/, haven't tested this yet.

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

Successfully merging this pull request may close these issues.

1 participant