Scott, I think that this may actually go back to pip. I thought the
included versions of pip were sufficient in 2.7.13 and then virtualenv 15,
but now I am not so sure.

In the meantime, I'm hopeful that I have a better solution for you. I've
been working on this batch script over the last week, and I think it will
be very useful:
https://gist.github.com/mradamcox/e66f5008a72c1896003ecc785cb643fe I've
been testing it on windows 10, 64-bit. It won't work if you have 32-bit,
but windows 7 may work.

If you download and run it, it should do the following:

   - create an isolated python 2.7.13 installation (64-bit) into
   C:\Python27Arches
   - get the most recent pip (for some reason, I can't get the silent
   install of python to include pip, but this step ensures the latest pip
   anyway)
   - get virtualenv 15
   - create C:\ArchesProjects and place an ENV there
   - install shapely into ENV
   - clone arches repo into C:\ArchesProjects
   - install arches into ENV
   - run bower install
   - download a sample settings_local.py file
   - run setup_db

You should be able to run the dev server after it completes. So, you must
have ElasticSearch running, and all other dependencies in place before
running the script. It just deals with the python-related dependencies, and
then the initial install commands.

No guarantees! I haven't tested it anywhere by my personal laptop at this
point.

Please let me know if/how well it works for you.

Adam

On Sun, Mar 19, 2017 at 9:03 PM, Scott Branting <scottbrant...@gmail.com>
wrote:

> Dear Adam,
>
> Thank you for the quick reply.  I did install shapely separately
> successfully with the troubleshooting instructions when I had Python 2.7.6
> installed.  But I ran into this same issue at this step as copied in the
> original post.  I then noticed the update to the documentation that came
> out that said it was recommended to use Python 2.7.13.  I updated Python to
> 2.7.13, including updating the path, reinstalled Arches and then shapely
> would not install separately.  It gives a message of:
> Shapely-1.5.17-cp27-cp27m-win_amd64.whl is not a supported wheel on this
> platform.
>
> Thanks,
>
> Scott
>
> On Sunday, March 19, 2017 at 5:21:23 PM UTC-4, Adam Cox wrote:
>>
>> Hi Scott, glad you are able to check out that documentation. First,
>> though it's not the guardian module, I'd like to confirm that you installed
>> shapely separately? You need to do that on windows...
>>
>> As for guardian, it is one of the modules that is installed with python
>> setup.py install, so if it's missing, perhaps other things didn't install
>> as well.
>>
>> Thanks for getting in touch, and be sure to let us know what you find.
>>
>> Adam
>>
>> On Sun, Mar 19, 2017 at 3:53 PM, Scott Branting <scottb...@gmail.com>
>> wrote:
>>
>>> We've been working on a test install of Arches v4.  We've run into an
>>> issue with the install that the recent updates of the Dev Installation
>>> notes haven't yet covered.  Off the Dev Installation notes under Getting
>>> Started we can't get the setup db command to run.  We get a missing module
>>> error for a module named guardian.  Here is the result of the command
>>> python manage.py packages ‐o setup_db  or for the runserver command:
>>>
>>> Traceback (most recent call last):
>>>   File "manage.py", line 27, in <module>
>>>     execute_from_command_line(sys.argv)
>>>   File 
>>> "C:\Projects\ENV\lib\site-packages\django\core\management\__init__.py",
>>> l
>>> ine 367, in execute_from_command_line
>>>     utility.execute()
>>>   File 
>>> "C:\Projects\ENV\lib\site-packages\django\core\management\__init__.py",
>>> l
>>> ine 341, in execute
>>>     django.setup()
>>>   File "C:\Projects\ENV\lib\site-packages\django\__init__.py", line 27,
>>> in setup
>>>     apps.populate(settings.INSTALLED_APPS)
>>>   File "C:\Projects\ENV\lib\site-packages\django\apps\registry.py",
>>> line 85, in
>>> populate
>>>     app_config = AppConfig.create(entry)
>>>   File "C:\Projects\ENV\lib\site-packages\django\apps\config.py", line
>>> 90, in cr
>>> eate
>>>     module = import_module(entry)
>>>   File "c:\python27\arches\Lib\importlib\__init__.py", line 37, in
>>> import_module
>>>
>>>     __import__(name)
>>> ImportError: No module named guardian
>>>
>>> Thanks,
>>>
>>> Scott
>>> ASOR CHI Project
>>>
>>> --
>>> -- To post, send email to arches...@googlegroups.com. To unsubscribe,
>>> send email to archesprojec...@googlegroups.com. For more information,
>>> visit https://groups.google.com/d/forum/archesproject?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Arches Project" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to archesprojec...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to