zilliztech/phantoscope

Two problems under MacOS

Closed this issue · 3 comments

Describe the bug
A clear and concise description of what the bug is.

  • need to run the command[‘docker-compose up -d’] twice,table of mysql can be created successfully。
  • upload images error:ERROR:root:Upload file 'xxx.jpg' error due to: name 'upload_url' is not defined。Becuase multiprocessing on Macos cannot access ‘upload_url’ in load_data.py

Steps/Code to reproduce behavior
Follow this guide to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.

Expected behavior
A clear and concise description of what you expected to happen.

Environment details

  • Docker info
  • Phantoscope version (v0.1.0)

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Phantoscope is only validated on Ubuntu and CentOS. There may be an incompatibility issue between Windows and MacOS.

The first issue is same as #101
The second issue maybe cause by other version of python or some platform setting.
I will changes the load_data script to fix it.
Thanks for your issue to point out this.

Close this issue due to all issues had been traced or fixed.