Zenz

Results 30 comments of Zenz

Confirmed, Same here. Have to delete and start again.

@arxdsilva Yes, you are right. So where can I select the beta image? is it ready yet?

@KevinFasusi OS: Ubuntu Linux 16.04 with virtual environment.

@KevinFasusi I can install 0.0.3 and 0.0.4 without any problem, only 0.0.5 not work. there's no more detail log from the pip report or install from source.

@KevinFasusi I solve the install problem by cmd: pip3 install --upgrade setuptools so may be this issue can be close now. and may I suggest to add this to the...

@kumar781 which version of python are you using? do you install cython? supplychainpy current without updated must modify a lot to be compile under python3.7.

@KevinFasusi Supplychainpy is a powerful and handy tool fit for my work, So I would like to assist the others to use it if I can. :)

Perhaps you are using python 3.7? it seems this lib didn't support 3.7 yet.

Current solution: git clone the code to local path `git clone [email protected]:KevinFasusi/supplychainpy.git` then modify file simulations/sim_summary.c on line 8290 from `return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);` to `return (*((__Pyx_PyCFunctionFast)meth)) (self,...