Closed GR90 closed 4 years ago
same problem here.
I figured out how to do the same using povray. So no hurry anymore.
same problem here, too
This sounds like the package was incorrectly marked as Python 3-compatible, which it isn't due to ez_setup
being Python 2-only. If you use a Python 2 install's pip
, or do something like:
$ git clone https://github.com/Xyene/sphere2cube
$ cd sphere2cube
$ python setup.py develop
...that should also work, providing that python
is a Python 2 version.
Got it, thanks very much!!!
I can install sphere2cube with python2 ... but cann't install bpy(blender python) in python2..
I can install bpy in python3 but cann't install sphere2cube in python3....
how can I install both of them in windows...?
Over a year later, I've updated this project to Python 3 :)
Never expected anyone to actually use this, and I haven't done graphics stuff in years, but felt it unfair to leave people hanging forever.
pip install sphere2cube win10,python3.4 3.7