Closed vvoovv closed 6 years ago
Yes, you don't need administrator if you are not installed in C:\Program Files
. However I would wager must people just click the installer.
Hmm...can you tell me what OS and architecture you are using. Its clearly copied something correctly. Right now I only have x64, python 3.5 for bundled for Windows.
Ha I think I just figured out what it was! My .gitignore file needs a special rule to allow build artifacts for the binary folder.
Just fixed and pushed update.
As a note, it does look like most windows users (80%) use the MSI installer. However something a little disconcerting is that about 20% of the user still use Win32. Maybe I should bundle that dependency too....
Source: https://www.blender.org/media-exposure/over-half-a-million-downloads-per-month/
all dependencies seem to be there now
binaries have been successfully copied for me without running Blender under administrator (I use zip-distribution of Blender instead of installer).
But then it didn't work
I called
import pyproj
in the Python Console of Blender and got:Maybe something else is missing?