Hi Lindsey, In researching this issue I came across this post from stackexchange: https://stackoverflow.com/questions/30604952/pip-default-behavior-conflicts-with-virtualenv <https://stackoverflow.com/questions/30604952/pip-default-behavior-conflicts-with-virtualenv>
>From the log you posted it looks like you are activating your virtualenv so I >would maybe look at the answers further down. Particularly the pip.conf file. >Otherwise, it may be something to do with the modifications you made to your >system path to support pip. I would just make sure that those modifications >aren’t conflicting with your virtualenv. Feel free to post any additional information you have on your deployment/configuration. Regards, Ryan > On Sep 9, 2019, at 4:11 PM, Lindsey Gant <[email protected]> wrote: > > Hi Alina- This issue is still open. Thanks! > > On Monday, September 9, 2019 at 4:08:53 PM UTC-7, Alina Myklebust wrote: > Hi Lindsey, > > > Were you able to resolve the issue or are you still getting the same error? > > > Best, > > Alina > > > > From: <[email protected] <>> on behalf of Lindsey Gant > <[email protected] <>> > Date: Thursday, September 5, 2019 at 9:51 AM > To: Arches Project <[email protected] <>> > Subject: [Arches] EnvironmentError: [Error 5] Access is Denied > > > Hi all, > > > I am getting stuck with the initial install of Arches (using the Arches > Development Environment > <https://arches.readthedocs.io/en/stable/creating-a-development-environment/#creating-a-development-environment> > documentation). Please see attached images of my command line error: > > > ERROR: Could not install packages due to an EnvironmentError: [Error 5] > Access is denied: > 'c:\\users\\lgant\\appdata\\local\\temp\\pip-unpack-do_4uq\\Django-1.11.15-py2.py3-none-any.whl' > Consider using the `--user` option or check the permissions. > > > I am using Python 2.7.13 (as recommended) and added the necessary variables > for pip to PATH (as I was previously having errors finding and using pip > install). I am installing in a virtual environment (ENV) in a Windows OS. > > > Adam Cox recommended backslash instead of forward slash for the command 'pip > install -r arches\install\requirements.txt' but this resulted in the same > error. > > > I also tried the following command: python -m pip install --user -r > arches\install\requirements.txt > > > This resulted in the following error: > > > ERROR: Can not perform a '--user' install. User site-packages are not visible > in this virtualenv. > > > Any suggestions are welcome! > > > Thanks, > > > Lindsey > > > > -- > -- 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 > <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] <>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/archesproject/3fe142da-f750-4511-890c-8922074b40f5%40googlegroups.com > > <https://groups.google.com/d/msgid/archesproject/3fe142da-f750-4511-890c-8922074b40f5%40googlegroups.com?utm_medium=email&utm_source=footer>. > > > CAUTION: This email originated from outside of the Getty. Do not click links > or open attachments unless you verify the sender and know the content is safe. > > > > > > -- > -- 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 > <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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/archesproject/75296fd9-5874-4f70-a780-50f5bd04604b%40googlegroups.com > > <https://groups.google.com/d/msgid/archesproject/75296fd9-5874-4f70-a780-50f5bd04604b%40googlegroups.com?utm_medium=email&utm_source=footer>. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/3F87A490-97E2-404C-9420-B9ECF2BF4EE5%40fargeo.com.
