PmasonFF

Results 5 issues of PmasonFF

The latest Python release 3.12 no longer has a pkg_resources module by default, and this module is need for the panoptes client package. Attempts to run the client with Python...

This issue has been raised (and ignored) before (open issue #215) but the latest release version 1.4, does not even allow the previous workaround ( installing python-magic-bin or in some...

This simple metadata correction code is not working... ```` Panoptes.connect(username=os.environ['User_name'], password=os.environ['Password']) subjects = Subject.where(subject_set_id=67143) for subject in subjects: subject.metadata['Volume'] = '5' subject.save() ```` Traceback (most recent call last): File "C:/py_scripts/Scripts_WoW/subject_update_metadata_from_file_simplified.py",...

bug

Standard install has an explicit requirement 'python-magic>=0.4,

The uploader in question stores the compress media file as a file_bytes io.BytesIO() file object, then attempts to add_location. This works fine with panoptes version 1.61. and 1.6.2 on windows...