PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

Anaconda2 Environment Config

Open charleschzh opened this issue 9 years ago • 0 comments

Hi,

I am running under Ubuntu 14.04, Anaconda2 4.2.0, master branch. I tried to create a simple environment.yml: name: poke dependencies:

  • git
  • pip
  • python=2.7
  • virtualenv

after setup.sh and run.sh I got compain: Virtualenv does not exits Run: ./setup.sh -i

I also followed https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/manual_installation.md#linux-and-mac But still get the following error: (poke) eeijjmo@elxa9t1tf12:~/android/PokemonGo/PokemonGo-Bot-LammLever$ virtualenv . New python executable in /home/eeijjmo/android/PokemonGo/PokemonGo-Bot-LammLever/bin/python Traceback (most recent call last): File "/home/eeijjmo/anaconda2/envs/poke/bin/virtualenv", line 6, in sys.exit(virtualenv.main()) File "/home/eeijjmo/anaconda2/envs/poke/lib/python2.7/site-packages/virtualenv.py", line 711, in main symlink=options.symlink) File "/home/eeijjmo/anaconda2/envs/poke/lib/python2.7/site-packages/virtualenv.py", line 924, in create_environment site_packages=site_packages, clear=clear, symlink=symlink)) File "/home/eeijjmo/anaconda2/envs/poke/lib/python2.7/site-packages/virtualenv.py", line 1230, in install_python shutil.copyfile(executable, py_executable) File "/home/eeijjmo/anaconda2/envs/poke/lib/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 40] Too many levels of symbolic links: '/home/eeijjmo/android/PokemonGo/PokemonGo-Bot-LammLever/bin/python'

How should I do a proper configuration?

Thanks!

charleschzh avatar Nov 09 '16 09:11 charleschzh