Hi Jin, I've just spent quite a long time working with Arches on a Windows Server 2012 machine, just to try it out and hopefully get some insight to your question. What system are you using? I ran into snags, but ultimately was able to install a package. I trust you have consulted the documentation thoroughly and read through Alexei's comments here <https://groups.google.com/forum/#!topic/archesproject/j3IRReGnrTA> regarding Windows 8. Ultimately, my problems came from not following the directions closely enough, or inadvertently getting the wrong version of a dependency, as Alexei warned. It helped to uninstall python and delete the C:\Python27 directory entirely whenever I had to start over.
I have a feeling that there may be another error higher up in the output than what you showed in the screenshot you sent, so it may be worth writing the entire output of your command to a file. Try this command: (ENV)$ pip install arches_hip > log.txt 2>&1 Then you can open the new log.txt file and see everything that happened during the attempted install. The thing is, it's likely that the problem is not just that one missing directory. Good luck, and be sure to post your findings! Adam On Friday, September 25, 2015 at 4:50:50 AM UTC-5, Jin SHANG wrote: > > Hi everyone! > > We're trying to install Arches 3.0, and, with everything ready > (including python, postgresql, postGis, jdk, and geos) an error occurs when > starting Gephi. It reads: > > The launcher has determined that the parent process has a console and will > reuse it for its own console output. > Closing the console will result in termination of the running program. > Use '--console suppress' to suppress console output. > Use '--console new' to create a separate console window. > > Has anyone experienced a similar problem? It seems that there's just one > step ahead. > > Thanks ahead! > > Jin > > -- -- 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.
