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 <[email protected] > <javascript:>> 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 [email protected] <javascript:>. To >> unsubscribe, send email to [email protected] <javascript:>. >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
