-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues #211
Comments
You may need to add cl.exe to your windows PATH variable |
I've added cl.exe to my path.
|
Try reverting back to Python 3.5.2 if you're using 3.6+ Otherwise it may be an issue with your Visual C++ installation. Are you able to use the VS2015 developer console to perform these commands? |
is cl.exe in |
Hey guys, hope this helps someone.. it seems that this has not been updated in a while. You will probably need the latest version of paramiko (not the one that the package thinks you need) which you can get with:
The default ami is not longer great. I used the standard aws hvm ubuntu instance (although you'll have to ssh into it and install apache2-utils) Anyone who is stuck on this step feel free to reach out and I'll send you the bash script that I toiled over for the better part of a week. Additionally, if you are trying to use a .py then
will not work unless you copy bees.py from the package installation directory into your current directory. And, if you're anything like me then you may need to change line 446 of bees.py from
to
good luck! |
I'm getting the following error on Windows 10:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\beabri01\AppData\Local\Temp\1\pip-install-yb__9y18\boto\ |
@bcbeatty this looks like a python2 / python3 issue to me. python2 accepts print x can you verify that you are using python3 for all of this? It looks like you're on windows.. I'm not a windows guy but on linux it would be something like which python or which pip. You may need to use pip3 install. I am on boto3 not boto2. Also, I was unable to get the ~/.boto file to work, I had to add my aws keys as environment variables |
I'm using python 3.6, pip 18.0. |
@bcbeatty
or, if that fails installing from the github:
|
Also, you should be using the most up to date version of bwmg. From the install instructions on their github page:
and not
|
@jpribyl sorry that didn't seem to change the error. I tried both pip install and python setup.py |
I'm getting the following error with |
I'm trying the Installation for developers (w/ virtualenv + virtualenvwrapper).
A few issues:
add a line for "pip install virtualenv"
mkvirtualenv --no-site-packages beesenv
should be
virtualenv --no-site-packages beesenv
When I attempt
pip install -r requirements.txt
I get the following error
The text was updated successfully, but these errors were encountered: