GreaterWMS / GreaterWMS

This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process . After I leave Ford , I start this project . You can share your vacant warehouse space, use it for those in need, and generate income
https://www.56yhz.com/
Apache License 2.0
3.68k stars 942 forks source link

[BUG] Issues during the installation process #307

Closed ibrahimdefinta closed 10 months ago

ibrahimdefinta commented 10 months ago

Hi @Singosgu,

First of all, I would like to express my gratitude for this impressive system. However, when I was running the installation process, following the guide you provided, I encountered a problem at the "Create Database" step - python manage.py makemigrations with the following issue: in 'module' from pandas.core.util.hashing import ( # noqa:F401 ValueError: source code string cannot contain null bytes.

I would appreciate your assistance and any insights on how to fix it. Thank you.

image

Singosgu commented 10 months ago

please use windows cmd . don't use powershell

ibrahimdefinta commented 10 months ago

Hi @Singosgu,

I have already used Windows Command Prompt, but the same error still appears, which is: "ValueError: source code string cannot contain null bytes" along with the capture.

Please help me. Thank you.

image

Singosgu commented 10 months ago

I think you use xlrd already,you should use xlrd verson less than 2.0.0

ibrahimdefinta commented 10 months ago

I have already used xlrd version less than 2.0.0, specifically version 1.2.0, and have reinstalled it. However, I still encounter the same error.

image

Singosgu commented 10 months ago

I check this issue from Pandas , it shows you install xlrd

I think you should use env to install requirements.txt