Re: [Arches] Arches installation

2020-01-19 Thread Survey Wessex
 Hi Elisha,

I am in the same situation as you using an AWS cloud server running ubuntu 
18.04. 
I can second Rob. Try using python3  and pip3 (instead of python and pip).
I did that and it worked flawlessly.

Jens
 

-- 
-- 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/archesproject/5c27d010-27bd-4ad6-929a-3fed13b78dea%40googlegroups.com.


Re: [Arches] Arches installation

2020-01-15 Thread Rob Gaston
Hi Elishai,

Sorry, I got mixed up with another thread.  I’m assuming the issue is not with 
“python" on your path, but with “pip”.

If “python” in fact points to your python3 binary, then you can install using 
the python binary directly (instead of “pip”) by running:

python -m pip install arches

I know in some cases, python 3 is given it’s own alias “python3”, which might 
also be worth a try...

- Rob


> On Jan 15, 2020, at 12:14 PM, Elishai Cohen  wrote:
> 
> Hi Rob,
> 
> I'm using a hosted cloud server (with ubuntu 18.04)
> 
> 
>   SelectionPathPriority   Status
> 
>   0/usr/bin/python3.7   2 auto mode
>   1/usr/bin/python3.6   1 manual mode
> * 2/usr/bin/python3.7   2 manual mode
> 
> 
> Best regards,
> Elishai Cohen
> 
> 
> On Wed, 15 Jan 2020 at 22:02, Rob Gaston  > wrote:
> Hi Elishai,
> 
> I’m no Windows expert, but it sounds like “pip” on your path still points to 
> your old python 2.7 install. I’m unsure what "change python priority as 
> expected” means, but Arches will simply use whichever binary you specify (ie 
> whichever binary you use to run the command).
> 
> I’m not sure how to fix your path on Windows (perhaps a Windows user can 
> chime in here), but (if you know where python 3 is installed) you could also 
> just use your python 3 binary directly instead of modifying your path.
> 
> - Rob
> 
> 
>> On Jan 15, 2020, at 11:53 AM, Elishai Cohen > > wrote:
>> 
>> Hi Rob,
>> 
>> Thanks for your answer.
>> I installed a new version of python and change python priority as expected.
>> 
>> I'm not sure why but Arches installation still uses Python 2.7 version.
>> 
>> 
>> Best,
>> Elishai
>> 
>> 
>> On Wed, 15 Jan 2020 at 20:20, Rob Gaston > > wrote:
>> Hi Elishai,
>> 
>> It appears from the output that you posted that you are trying to install 
>> Arches 5 on Python 2.7.
>> 
>> Arches 5 requires Python 3.7 as per here: 
>> https://arches.readthedocs.io/en/stable/requirements-and-dependencies/#software-dependencies
>>  
>> 
>> 
>> I hope that helps!
>> - Rob
>> 
>>> On Jan 15, 2020, at 6:41 AM, Elishai Cohen >> > wrote:
>>> 
>>> Hi all,
>>> 
>>> My name is Elishai Cohen, I just joined the Israel Antiquities Authority 
>>> team.
>>> 
>>> I'm using a cloud virtual machine, operation system - ubuntu 18.04 and I'm 
>>> trying to download Arches.
>>> 
>>> I used the sh file for software dependencies.
>>> while I'm trying to install Arches I'm getting the next error message:
>>> 
>>> "
>>> Collecting arches
>>>   Using cached 
>>> https://files.pythonhosted.org/packages/35/fc/38c4427db6f4ffea5aeb33f4595f627af5129b724b51c48f6bd349269cab/arches-5.0.tar.gz
>>>  
>>> 
>>>   Installing build dependencies ... done
>>>   Getting requirements to build wheel ... error
>>>   ERROR: Command errored out with exit status 1:
>>>command: /tmp/Projects/ENV/bin/python 
>>> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>>>  get_requires_for_build_wheel /tmp/tmpenPZ7I
>>>cwd: /tmp/pip-install-g7Ovpw/arches
>>>   Complete output (22 lines):
>>>   Traceback (most recent call last):
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>>  line 257, in 
>>>   main()
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>>  line 240, in main
>>>   json_out['return_val'] = hook(**hook_input['kwargs'])
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>>  line 91, in get_requires_for_build_wheel
>>>   return hook(config_settings)
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>>  line 146, in get_requires_for_build_wheel
>>>   return self._get_build_requires(config_settings, 
>>> requirements=['wheel'])
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>>  line 127, in _get_build_requires
>>>   self.run_setup()
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>>  line 237, in run_setup
>>>   self).run_setup(setup_script=setup_script)
>>> File 
>>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>>  line 142, in run_setup
>>>   exec(compile(code, __file__, 'exec'), locals())
>>> File "setup.py", line 18, in 
>>>   version = __import__("arches").__version__
>>> File 

Re: [Arches] Arches installation

2020-01-15 Thread Elishai Cohen
Hi Rob,

I'm using a hosted cloud server (with ubuntu 18.04)


  SelectionPathPriority   Status

  0/usr/bin/python3.7   2 auto mode
  1/usr/bin/python3.6   1 manual mode

** 2/usr/bin/python3.7   2 manual mode*


Best regards,
Elishai Cohen


On Wed, 15 Jan 2020 at 22:02, Rob Gaston  wrote:

> Hi Elishai,
>
> I’m no Windows expert, but it sounds like “pip” on your path still points
> to your old python 2.7 install. I’m unsure what "change python priority as
> expected” means, but Arches will simply use whichever binary you specify
> (ie whichever binary you use to run the command).
>
> I’m not sure how to fix your path on Windows (perhaps a Windows user can
> chime in here), but (if you know where python 3 is installed) you could
> also just use your python 3 binary directly instead of modifying your path.
>
> - Rob
>
>
> On Jan 15, 2020, at 11:53 AM, Elishai Cohen 
> wrote:
>
> Hi Rob,
>
> Thanks for your answer.
> I installed a new version of python and change python priority as expected.
>
> I'm not sure why but Arches installation still uses Python 2.7 version.
>
>
> Best,
> Elishai
>
>
> On Wed, 15 Jan 2020 at 20:20, Rob Gaston  wrote:
>
>> Hi Elishai,
>>
>> It appears from the output that you posted that you are trying to install
>> Arches 5 on Python 2.7.
>>
>> Arches 5 requires Python 3.7 as per here:
>> https://arches.readthedocs.io/en/stable/requirements-and-dependencies/#software-dependencies
>>
>> I hope that helps!
>> - Rob
>>
>> On Jan 15, 2020, at 6:41 AM, Elishai Cohen 
>> wrote:
>>
>> Hi all,
>>
>> My name is Elishai Cohen, I just joined the Israel Antiquities Authority
>> team.
>>
>> I'm using a cloud virtual machine, operation system - ubuntu 18.04 and
>> I'm trying to download Arches.
>>
>> I used the sh file for software dependencies.
>> while I'm trying to install Arches I'm getting the next error message:
>>
>> "
>> *Collecting arches*
>> *  Using cached
>> https://files.pythonhosted.org/packages/35/fc/38c4427db6f4ffea5aeb33f4595f627af5129b724b51c48f6bd349269cab/arches-5.0.tar.gz
>> *
>> *  Installing build dependencies ... done*
>> *  Getting requirements to build wheel ... error*
>> *  ERROR: Command errored out with exit status 1:*
>> *   command: /tmp/Projects/ENV/bin/python
>> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>> get_requires_for_build_wheel /tmp/tmpenPZ7I*
>> *   cwd: /tmp/pip-install-g7Ovpw/arches*
>> *  Complete output (22 lines):*
>> *  Traceback (most recent call last):*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>> line 257, in *
>> *  main()*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>> line 240, in main*
>> *  json_out['return_val'] = hook(**hook_input['kwargs'])*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>> line 91, in get_requires_for_build_wheel*
>> *  return hook(config_settings)*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>> line 146, in get_requires_for_build_wheel*
>> *  return self._get_build_requires(config_settings,
>> requirements=['wheel'])*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>> line 127, in _get_build_requires*
>> *  self.run_setup()*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>> line 237, in run_setup*
>> *  self).run_setup(setup_script=setup_script)*
>> *File
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>> line 142, in run_setup*
>> *  exec(compile(code, __file__, 'exec'), locals())*
>> *File "setup.py", line 18, in *
>> *  version = __import__("arches").__version__*
>> *File "/tmp/pip-install-g7Ovpw/arches/arches/__init__.py", line 2, in
>> *
>> *  from arches.setup import get_version*
>> *File "/tmp/pip-install-g7Ovpw/arches/arches/setup.py", line 5, in
>> *
>> *  import urllib.request, urllib.error, urllib.parse*
>> *  ImportError: No module named request*
>> *  *
>> *ERROR: Command errored out with exit status 1:
>> /tmp/Projects/ENV/bin/python
>> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>> get_requires_for_build_wheel /tmp/tmpenPZ7I Check the logs for full command
>> output*."
>>
>> I installed requet/requets module.
>>
>> I appreciate it if you could advise me.
>>
>> Best regards,
>> Elishai Cohen
>>
>> --
>> -- To post, send email to archesproject@googlegroups.com. To
>> unsubscribe, send email to 

Re: [Arches] Arches installation

2020-01-15 Thread Rob Gaston
Hi Elishai,

I’m no Windows expert, but it sounds like “pip” on your path still points to 
your old python 2.7 install. I’m unsure what "change python priority as 
expected” means, but Arches will simply use whichever binary you specify (ie 
whichever binary you use to run the command).

I’m not sure how to fix your path on Windows (perhaps a Windows user can chime 
in here), but (if you know where python 3 is installed) you could also just use 
your python 3 binary directly instead of modifying your path.

- Rob


> On Jan 15, 2020, at 11:53 AM, Elishai Cohen  wrote:
> 
> Hi Rob,
> 
> Thanks for your answer.
> I installed a new version of python and change python priority as expected.
> 
> I'm not sure why but Arches installation still uses Python 2.7 version.
> 
> 
> Best,
> Elishai
> 
> 
> On Wed, 15 Jan 2020 at 20:20, Rob Gaston  > wrote:
> Hi Elishai,
> 
> It appears from the output that you posted that you are trying to install 
> Arches 5 on Python 2.7.
> 
> Arches 5 requires Python 3.7 as per here: 
> https://arches.readthedocs.io/en/stable/requirements-and-dependencies/#software-dependencies
>  
> 
> 
> I hope that helps!
> - Rob
> 
>> On Jan 15, 2020, at 6:41 AM, Elishai Cohen > > wrote:
>> 
>> Hi all,
>> 
>> My name is Elishai Cohen, I just joined the Israel Antiquities Authority 
>> team.
>> 
>> I'm using a cloud virtual machine, operation system - ubuntu 18.04 and I'm 
>> trying to download Arches.
>> 
>> I used the sh file for software dependencies.
>> while I'm trying to install Arches I'm getting the next error message:
>> 
>> "
>> Collecting arches
>>   Using cached 
>> https://files.pythonhosted.org/packages/35/fc/38c4427db6f4ffea5aeb33f4595f627af5129b724b51c48f6bd349269cab/arches-5.0.tar.gz
>>  
>> 
>>   Installing build dependencies ... done
>>   Getting requirements to build wheel ... error
>>   ERROR: Command errored out with exit status 1:
>>command: /tmp/Projects/ENV/bin/python 
>> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>>  get_requires_for_build_wheel /tmp/tmpenPZ7I
>>cwd: /tmp/pip-install-g7Ovpw/arches
>>   Complete output (22 lines):
>>   Traceback (most recent call last):
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>  line 257, in 
>>   main()
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>  line 240, in main
>>   json_out['return_val'] = hook(**hook_input['kwargs'])
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>>  line 91, in get_requires_for_build_wheel
>>   return hook(config_settings)
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>  line 146, in get_requires_for_build_wheel
>>   return self._get_build_requires(config_settings, 
>> requirements=['wheel'])
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>  line 127, in _get_build_requires
>>   self.run_setup()
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>  line 237, in run_setup
>>   self).run_setup(setup_script=setup_script)
>> File 
>> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>>  line 142, in run_setup
>>   exec(compile(code, __file__, 'exec'), locals())
>> File "setup.py", line 18, in 
>>   version = __import__("arches").__version__
>> File "/tmp/pip-install-g7Ovpw/arches/arches/__init__.py", line 2, in 
>> 
>>   from arches.setup import get_version
>> File "/tmp/pip-install-g7Ovpw/arches/arches/setup.py", line 5, in 
>> 
>>   import urllib.request, urllib.error, urllib.parse
>>   ImportError: No module named request
>>   
>> ERROR: Command errored out with exit status 1: /tmp/Projects/ENV/bin/python 
>> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>>  get_requires_for_build_wheel /tmp/tmpenPZ7I Check the logs for full command 
>> output."
>> 
>> I installed requet/requets module.
>> 
>> I appreciate it if you could advise me.
>> 
>> Best regards,
>> Elishai Cohen
>> 
>> -- 
>> -- 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 

Re: [Arches] Arches installation

2020-01-15 Thread Elishai Cohen
Hi Rob,

Thanks for your answer.
I installed a new version of python and change python priority as expected.

I'm not sure why but Arches installation still uses Python 2.7 version.


Best,
Elishai


On Wed, 15 Jan 2020 at 20:20, Rob Gaston  wrote:

> Hi Elishai,
>
> It appears from the output that you posted that you are trying to install
> Arches 5 on Python 2.7.
>
> Arches 5 requires Python 3.7 as per here:
> https://arches.readthedocs.io/en/stable/requirements-and-dependencies/#software-dependencies
>
> I hope that helps!
> - Rob
>
> On Jan 15, 2020, at 6:41 AM, Elishai Cohen  wrote:
>
> Hi all,
>
> My name is Elishai Cohen, I just joined the Israel Antiquities Authority
> team.
>
> I'm using a cloud virtual machine, operation system - ubuntu 18.04 and I'm
> trying to download Arches.
>
> I used the sh file for software dependencies.
> while I'm trying to install Arches I'm getting the next error message:
>
> "
> *Collecting arches*
> *  Using cached
> https://files.pythonhosted.org/packages/35/fc/38c4427db6f4ffea5aeb33f4595f627af5129b724b51c48f6bd349269cab/arches-5.0.tar.gz
> *
> *  Installing build dependencies ... done*
> *  Getting requirements to build wheel ... error*
> *  ERROR: Command errored out with exit status 1:*
> *   command: /tmp/Projects/ENV/bin/python
> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
> get_requires_for_build_wheel /tmp/tmpenPZ7I*
> *   cwd: /tmp/pip-install-g7Ovpw/arches*
> *  Complete output (22 lines):*
> *  Traceback (most recent call last):*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
> line 257, in *
> *  main()*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
> line 240, in main*
> *  json_out['return_val'] = hook(**hook_input['kwargs'])*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
> line 91, in get_requires_for_build_wheel*
> *  return hook(config_settings)*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
> line 146, in get_requires_for_build_wheel*
> *  return self._get_build_requires(config_settings,
> requirements=['wheel'])*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
> line 127, in _get_build_requires*
> *  self.run_setup()*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
> line 237, in run_setup*
> *  self).run_setup(setup_script=setup_script)*
> *File
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
> line 142, in run_setup*
> *  exec(compile(code, __file__, 'exec'), locals())*
> *File "setup.py", line 18, in *
> *  version = __import__("arches").__version__*
> *File "/tmp/pip-install-g7Ovpw/arches/arches/__init__.py", line 2, in
> *
> *  from arches.setup import get_version*
> *File "/tmp/pip-install-g7Ovpw/arches/arches/setup.py", line 5, in
> *
> *  import urllib.request, urllib.error, urllib.parse*
> *  ImportError: No module named request*
> *  *
> *ERROR: Command errored out with exit status 1:
> /tmp/Projects/ENV/bin/python
> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
> get_requires_for_build_wheel /tmp/tmpenPZ7I Check the logs for full command
> output*."
>
> I installed requet/requets module.
>
> I appreciate it if you could advise me.
>
> Best regards,
> Elishai Cohen
>
> --
> -- 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/archesproject/bf7193ac-6088-498c-8b33-3aac880c397d%40googlegroups.com
> 
> .
>
>
>

-- 
-- 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.
To view this discussion on the web visit 

Re: [Arches] Arches installation

2020-01-15 Thread Rob Gaston
Hi Elishai,

It appears from the output that you posted that you are trying to install 
Arches 5 on Python 2.7.

Arches 5 requires Python 3.7 as per here: 
https://arches.readthedocs.io/en/stable/requirements-and-dependencies/#software-dependencies
 


I hope that helps!
- Rob

> On Jan 15, 2020, at 6:41 AM, Elishai Cohen  wrote:
> 
> Hi all,
> 
> My name is Elishai Cohen, I just joined the Israel Antiquities Authority team.
> 
> I'm using a cloud virtual machine, operation system - ubuntu 18.04 and I'm 
> trying to download Arches.
> 
> I used the sh file for software dependencies.
> while I'm trying to install Arches I'm getting the next error message:
> 
> "
> Collecting arches
>   Using cached 
> https://files.pythonhosted.org/packages/35/fc/38c4427db6f4ffea5aeb33f4595f627af5129b724b51c48f6bd349269cab/arches-5.0.tar.gz
>   Installing build dependencies ... done
>   Getting requirements to build wheel ... error
>   ERROR: Command errored out with exit status 1:
>command: /tmp/Projects/ENV/bin/python 
> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>  get_requires_for_build_wheel /tmp/tmpenPZ7I
>cwd: /tmp/pip-install-g7Ovpw/arches
>   Complete output (22 lines):
>   Traceback (most recent call last):
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>  line 257, in 
>   main()
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>  line 240, in main
>   json_out['return_val'] = hook(**hook_input['kwargs'])
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py",
>  line 91, in get_requires_for_build_wheel
>   return hook(config_settings)
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>  line 146, in get_requires_for_build_wheel
>   return self._get_build_requires(config_settings, requirements=['wheel'])
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>  line 127, in _get_build_requires
>   self.run_setup()
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>  line 237, in run_setup
>   self).run_setup(setup_script=setup_script)
> File 
> "/tmp/Projects/ENV/local/lib/python2.7/site-packages/setuptools/build_meta.py",
>  line 142, in run_setup
>   exec(compile(code, __file__, 'exec'), locals())
> File "setup.py", line 18, in 
>   version = __import__("arches").__version__
> File "/tmp/pip-install-g7Ovpw/arches/arches/__init__.py", line 2, in 
> 
>   from arches.setup import get_version
> File "/tmp/pip-install-g7Ovpw/arches/arches/setup.py", line 5, in 
>   import urllib.request, urllib.error, urllib.parse
>   ImportError: No module named request
>   
> ERROR: Command errored out with exit status 1: /tmp/Projects/ENV/bin/python 
> /tmp/Projects/ENV/local/lib/python2.7/site-packages/pip/_vendor/pep517/_in_process.py
>  get_requires_for_build_wheel /tmp/tmpenPZ7I Check the logs for full command 
> output."
> 
> I installed requet/requets module.
> 
> I appreciate it if you could advise me.
> 
> Best regards,
> Elishai Cohen
> 
> -- 
> -- 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 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/archesproject/bf7193ac-6088-498c-8b33-3aac880c397d%40googlegroups.com
>  
> .

-- 
-- 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/archesproject/8FF105F6-F99E-42C5-82D0-2C4427203DA3%40fargeo.com.


Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Susan Penacho
Hi Adam,
No, that was an issue. I couldn't create my_project. I feel like its me not 
understanding the directions (I only made it this far since Scott Branting, 
my supervisor for Arches walked me through it step by step). I entered "
python C:\ArchesProjects\ENV\Scripts\arches-project create my_project"
into my command prompt and got the following:

C:\>python C:\ArchesProjects\ENV\Scripts\arches-project create my_project

Traceback (most recent call last):

  File "C:\ArchesProjects\ENV\Scripts\arches-project", line 6, in 

exec(compile(open(__file__).read(), __file__, 'exec'))

  File "C:\ArchesProjects\arches\arches\install\arches-project", line 12, 
in 

from django.utils.crypto import get_random_string

  File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8, in 


import hmac

  File "C:\Python27\Lib\hmac.py", line 8, in 

from operator import _compare_digest as compare_digest

ImportError: cannot import name _compare_digest

On Tuesday, April 25, 2017 at 3:47:58 PM UTC-7, Adam Cox wrote:
>
> Hi Susan, ok, sounds like it's an issue with using the new project. Can 
> you confirm you had entered the new project and that's where you were 
> running manage.py from?
>
> On Tue, Apr 25, 2017 at 5:10 PM, Susan Penacho  > wrote:
>
>> Hi Alexei,
>> Thank you for getting back to me quickly. I am not totally sure what 
>> changed. I was finishing working through the arches install steps to try 
>> and fix the greyed out issue once I had logged on. Using the website steps, 
>> I tried to create an arches project since I didn't have the project 
>> directory. 
>>
>> Alex is right that I was using the repo. I have not tried running that 
>> again.
>>
>> Thanks for the help. I am just a humble archaeologist and all this is a 
>> little past my computer skills. 
>>  
>>
>> On Tuesday, April 25, 2017 at 2:40:07 PM UTC-7, Alexei Peters wrote:
>>>
>>> Hi Susan,
>>> What changed between last week and this?  Have you pip installed Arches, 
>>> or are you running directly from the repository?
>>> Obviously something changed.  It just a matter of pip pointing what.
>>> Cheers,
>>> Alexei
>>>
>>>
>>> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>>>
>>> On Tue, Apr 25, 2017 at 12:09 PM, Susan Penacho  
>>> wrote:
>>>
 Hi,
 Last week I had Arches up and running where I could log in and see the 
 main arches interface through the localhost. However, this week, I can no 
 longer run the Django server to launch arches. I am working on a local 
 computer with Windows 10 which I am using to build our graphs before it 
 goes live on a remote server. Any help would be much appreciated.

 After activating the virtual environment and starting elastic search, 
 when I try to run the Django server I get the following error:

  

 (ENV) C:\ArchesProjects\arches>python manage.py runserver

 Traceback (most recent call last):

   File "manage.py", line 22, in 

 from django.core.management import execute_from_command_line

   File 
 "C:\Python27\lib\site-packages\django\core\management\__init__.py", line 
 13, in 

 from django.core.management.base import (

   File "C:\Python27\lib\site-packages\django\core\management\base.py", 
 line 17, in 

 from django.db.migrations.exceptions import MigrationSchemaMissing

   File 
 "C:\Python27\lib\site-packages\django\db\migrations\__init__.py", line 2, 
 in 

 from .operations import *  # NOQA

   File 
 "C:\Python27\lib\site-packages\django\db\migrations\operations\__init__.py",
  
 line 1, in 

 from .fields import AddField, AlterField, RemoveField, RenameField

   File 
 "C:\Python27\lib\site-packages\django\db\migrations\operations\fields.py", 
 line 3, in 

 from django.db.models.fields import NOT_PROVIDED

   File "C:\Python27\lib\site-packages\django\db\models\__init__.py", 
 line 14, in 

 from django.db.models.fields.files import FileField, ImageField

   File 
 "C:\Python27\lib\site-packages\django\db\models\fields\files.py", line 10, 
 in 

 from django.core.files.storage import default_storage

   File "C:\Python27\lib\site-packages\django\core\files\storage.py", 
 line 13, in 

 from django.utils.crypto import get_random_string

   File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8, 
 in 

 import hmac

   File "C:\Python27\Lib\hmac.py", line 8, in 

 from operator import _compare_digest as compare_digest

 ImportError: cannot import name _compare_digest

 -- 
 -- To post, send email to arches...@googlegroups.com. To unsubscribe, 
 send email to archesprojec...@googlegroups.com. For more information, 
 visit 

Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Adam Cox
Hi Susan, ok, sounds like it's an issue with using the new project. Can you
confirm you had entered the new project and that's where you were running
manage.py from?

On Tue, Apr 25, 2017 at 5:10 PM, Susan Penacho  wrote:

> Hi Alexei,
> Thank you for getting back to me quickly. I am not totally sure what
> changed. I was finishing working through the arches install steps to try
> and fix the greyed out issue once I had logged on. Using the website steps,
> I tried to create an arches project since I didn't have the project
> directory.
>
> Alex is right that I was using the repo. I have not tried running that
> again.
>
> Thanks for the help. I am just a humble archaeologist and all this is a
> little past my computer skills.
>
>
> On Tuesday, April 25, 2017 at 2:40:07 PM UTC-7, Alexei Peters wrote:
>>
>> Hi Susan,
>> What changed between last week and this?  Have you pip installed Arches,
>> or are you running directly from the repository?
>> Obviously something changed.  It just a matter of pip pointing what.
>> Cheers,
>> Alexei
>>
>>
>> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>> <(971)%20227-3173>
>>
>> On Tue, Apr 25, 2017 at 12:09 PM, Susan Penacho 
>> wrote:
>>
>>> Hi,
>>> Last week I had Arches up and running where I could log in and see the
>>> main arches interface through the localhost. However, this week, I can no
>>> longer run the Django server to launch arches. I am working on a local
>>> computer with Windows 10 which I am using to build our graphs before it
>>> goes live on a remote server. Any help would be much appreciated.
>>>
>>> After activating the virtual environment and starting elastic search,
>>> when I try to run the Django server I get the following error:
>>>
>>>
>>>
>>> (ENV) C:\ArchesProjects\arches>python manage.py runserver
>>>
>>> Traceback (most recent call last):
>>>
>>>   File "manage.py", line 22, in 
>>>
>>> from django.core.management import execute_from_command_line
>>>
>>>   File "C:\Python27\lib\site-packages\django\core\management\__init__.py",
>>> line 13, in 
>>>
>>> from django.core.management.base import (
>>>
>>>   File "C:\Python27\lib\site-packages\django\core\management\base.py",
>>> line 17, in 
>>>
>>> from django.db.migrations.exceptions import MigrationSchemaMissing
>>>
>>>   File "C:\Python27\lib\site-packages\django\db\migrations\__init__.py",
>>> line 2, in 
>>>
>>> from .operations import *  # NOQA
>>>
>>>   File 
>>> "C:\Python27\lib\site-packages\django\db\migrations\operations\__init__.py",
>>> line 1, in 
>>>
>>> from .fields import AddField, AlterField, RemoveField, RenameField
>>>
>>>   File 
>>> "C:\Python27\lib\site-packages\django\db\migrations\operations\fields.py",
>>> line 3, in 
>>>
>>> from django.db.models.fields import NOT_PROVIDED
>>>
>>>   File "C:\Python27\lib\site-packages\django\db\models\__init__.py",
>>> line 14, in 
>>>
>>> from django.db.models.fields.files import FileField, ImageField
>>>
>>>   File "C:\Python27\lib\site-packages\django\db\models\fields\files.py",
>>> line 10, in 
>>>
>>> from django.core.files.storage import default_storage
>>>
>>>   File "C:\Python27\lib\site-packages\django\core\files\storage.py",
>>> line 13, in 
>>>
>>> from django.utils.crypto import get_random_string
>>>
>>>   File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8,
>>> in 
>>>
>>> import hmac
>>>
>>>   File "C:\Python27\Lib\hmac.py", line 8, in 
>>>
>>> from operator import _compare_digest as compare_digest
>>>
>>> ImportError: cannot import name _compare_digest
>>>
>>> --
>>> -- 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 

Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Susan Penacho
Hi Alexei,
Thank you for getting back to me quickly. I am not totally sure what 
changed. I was finishing working through the arches install steps to try 
and fix the greyed out issue once I had logged on. Using the website steps, 
I tried to create an arches project since I didn't have the project 
directory. 

Alex is right that I was using the repo. I have not tried running that 
again.

Thanks for the help. I am just a humble archaeologist and all this is a 
little past my computer skills. 
 

On Tuesday, April 25, 2017 at 2:40:07 PM UTC-7, Alexei Peters wrote:
>
> Hi Susan,
> What changed between last week and this?  Have you pip installed Arches, 
> or are you running directly from the repository?
> Obviously something changed.  It just a matter of pip pointing what.
> Cheers,
> Alexei
>
>
> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>
> On Tue, Apr 25, 2017 at 12:09 PM, Susan Penacho  > wrote:
>
>> Hi,
>> Last week I had Arches up and running where I could log in and see the 
>> main arches interface through the localhost. However, this week, I can no 
>> longer run the Django server to launch arches. I am working on a local 
>> computer with Windows 10 which I am using to build our graphs before it 
>> goes live on a remote server. Any help would be much appreciated.
>>
>> After activating the virtual environment and starting elastic search, 
>> when I try to run the Django server I get the following error:
>>
>>  
>>
>> (ENV) C:\ArchesProjects\arches>python manage.py runserver
>>
>> Traceback (most recent call last):
>>
>>   File "manage.py", line 22, in 
>>
>> from django.core.management import execute_from_command_line
>>
>>   File 
>> "C:\Python27\lib\site-packages\django\core\management\__init__.py", line 
>> 13, in 
>>
>> from django.core.management.base import (
>>
>>   File "C:\Python27\lib\site-packages\django\core\management\base.py", 
>> line 17, in 
>>
>> from django.db.migrations.exceptions import MigrationSchemaMissing
>>
>>   File "C:\Python27\lib\site-packages\django\db\migrations\__init__.py", 
>> line 2, in 
>>
>> from .operations import *  # NOQA
>>
>>   File 
>> "C:\Python27\lib\site-packages\django\db\migrations\operations\__init__.py", 
>> line 1, in 
>>
>> from .fields import AddField, AlterField, RemoveField, RenameField
>>
>>   File 
>> "C:\Python27\lib\site-packages\django\db\migrations\operations\fields.py", 
>> line 3, in 
>>
>> from django.db.models.fields import NOT_PROVIDED
>>
>>   File "C:\Python27\lib\site-packages\django\db\models\__init__.py", line 
>> 14, in 
>>
>> from django.db.models.fields.files import FileField, ImageField
>>
>>   File "C:\Python27\lib\site-packages\django\db\models\fields\files.py", 
>> line 10, in 
>>
>> from django.core.files.storage import default_storage
>>
>>   File "C:\Python27\lib\site-packages\django\core\files\storage.py", line 
>> 13, in 
>>
>> from django.utils.crypto import get_random_string
>>
>>   File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8, in 
>> 
>>
>> import hmac
>>
>>   File "C:\Python27\Lib\hmac.py", line 8, in 
>>
>> from operator import _compare_digest as compare_digest
>>
>> ImportError: cannot import name _compare_digest
>>
>> -- 
>> -- 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.


Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Adam Cox
I believe she would be using the repository, because I script I had written
up uses the repo installation, not pip. Whenever the script was last run,
that's the version of the repo that would be used in her installation.
Susan, have you tried rerunning the script between now and last week? I
think that could be the issue, because things are changing in the repo
everyday.

That script should probably be changed to a pip install, to avoid issues
like this. It was just developed in conjunction with the Liverpool workshop
at which time the github repo was the best method.

Adam

On Tue, Apr 25, 2017 at 4:40 PM, Alexei Peters  wrote:

> Hi Susan,
> What changed between last week and this?  Have you pip installed Arches,
> or are you running directly from the repository?
> Obviously something changed.  It just a matter of pip pointing what.
> Cheers,
> Alexei
>
>
> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
> <(971)%20227-3173>
>
> On Tue, Apr 25, 2017 at 12:09 PM, Susan Penacho 
> wrote:
>
>> Hi,
>> Last week I had Arches up and running where I could log in and see the
>> main arches interface through the localhost. However, this week, I can no
>> longer run the Django server to launch arches. I am working on a local
>> computer with Windows 10 which I am using to build our graphs before it
>> goes live on a remote server. Any help would be much appreciated.
>>
>> After activating the virtual environment and starting elastic search,
>> when I try to run the Django server I get the following error:
>>
>>
>>
>> (ENV) C:\ArchesProjects\arches>python manage.py runserver
>>
>> Traceback (most recent call last):
>>
>>   File "manage.py", line 22, in 
>>
>> from django.core.management import execute_from_command_line
>>
>>   File "C:\Python27\lib\site-packages\django\core\management\__init__.py",
>> line 13, in 
>>
>> from django.core.management.base import (
>>
>>   File "C:\Python27\lib\site-packages\django\core\management\base.py",
>> line 17, in 
>>
>> from django.db.migrations.exceptions import MigrationSchemaMissing
>>
>>   File "C:\Python27\lib\site-packages\django\db\migrations\__init__.py",
>> line 2, in 
>>
>> from .operations import *  # NOQA
>>
>>   File 
>> "C:\Python27\lib\site-packages\django\db\migrations\operations\__init__.py",
>> line 1, in 
>>
>> from .fields import AddField, AlterField, RemoveField, RenameField
>>
>>   File 
>> "C:\Python27\lib\site-packages\django\db\migrations\operations\fields.py",
>> line 3, in 
>>
>> from django.db.models.fields import NOT_PROVIDED
>>
>>   File "C:\Python27\lib\site-packages\django\db\models\__init__.py",
>> line 14, in 
>>
>> from django.db.models.fields.files import FileField, ImageField
>>
>>   File "C:\Python27\lib\site-packages\django\db\models\fields\files.py",
>> line 10, in 
>>
>> from django.core.files.storage import default_storage
>>
>>   File "C:\Python27\lib\site-packages\django\core\files\storage.py",
>> line 13, in 
>>
>> from django.utils.crypto import get_random_string
>>
>>   File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8,
>> in 
>>
>> import hmac
>>
>>   File "C:\Python27\Lib\hmac.py", line 8, in 
>>
>> from operator import _compare_digest as compare_digest
>>
>> ImportError: cannot import name _compare_digest
>>
>> --
>> -- 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/fo
>> rum/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.
>

-- 
-- 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.


Re: [Arches] Arches Installation Unable to run Django Server

2017-04-25 Thread Alexei Peters
Hi Susan,
What changed between last week and this?  Have you pip installed Arches, or
are you running directly from the repository?
Obviously something changed.  It just a matter of pip pointing what.
Cheers,
Alexei


Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

On Tue, Apr 25, 2017 at 12:09 PM, Susan Penacho  wrote:

> Hi,
> Last week I had Arches up and running where I could log in and see the
> main arches interface through the localhost. However, this week, I can no
> longer run the Django server to launch arches. I am working on a local
> computer with Windows 10 which I am using to build our graphs before it
> goes live on a remote server. Any help would be much appreciated.
>
> After activating the virtual environment and starting elastic search, when
> I try to run the Django server I get the following error:
>
>
>
> (ENV) C:\ArchesProjects\arches>python manage.py runserver
>
> Traceback (most recent call last):
>
>   File "manage.py", line 22, in 
>
> from django.core.management import execute_from_command_line
>
>   File "C:\Python27\lib\site-packages\django\core\management\__init__.py",
> line 13, in 
>
> from django.core.management.base import (
>
>   File "C:\Python27\lib\site-packages\django\core\management\base.py",
> line 17, in 
>
> from django.db.migrations.exceptions import MigrationSchemaMissing
>
>   File "C:\Python27\lib\site-packages\django\db\migrations\__init__.py",
> line 2, in 
>
> from .operations import *  # NOQA
>
>   File 
> "C:\Python27\lib\site-packages\django\db\migrations\operations\__init__.py",
> line 1, in 
>
> from .fields import AddField, AlterField, RemoveField, RenameField
>
>   File 
> "C:\Python27\lib\site-packages\django\db\migrations\operations\fields.py",
> line 3, in 
>
> from django.db.models.fields import NOT_PROVIDED
>
>   File "C:\Python27\lib\site-packages\django\db\models\__init__.py", line
> 14, in 
>
> from django.db.models.fields.files import FileField, ImageField
>
>   File "C:\Python27\lib\site-packages\django\db\models\fields\files.py",
> line 10, in 
>
> from django.core.files.storage import default_storage
>
>   File "C:\Python27\lib\site-packages\django\core\files\storage.py", line
> 13, in 
>
> from django.utils.crypto import get_random_string
>
>   File "C:\Python27\lib\site-packages\django\utils\crypto.py", line 8, in
> 
>
> import hmac
>
>   File "C:\Python27\Lib\hmac.py", line 8, in 
>
> from operator import _compare_digest as compare_digest
>
> ImportError: cannot import name _compare_digest
>
> --
> -- 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.