Skill Sharing Platform
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
A technical blogging platform
your one and only repo
Convert a Google Drive Document to the Markdown format, suitable for publishing.
vliang63/ionic-ion-tinder-cards 0
Add Tinder-style card swiping to any app with this simple Ionic Ion.
You only get one.
PR closed udacity/create-your-own-adventure
Can you review this for me, @casey-collab
pr closed time in 5 days
PR opened udacity/frontend-nanodegree-arcade-game
hed-7
pr created time in 5 days
PR opened udacity/ud120-projects
Compatible with Python 3.x Made changes to 'urlretrieve' to make it work on Python versions above 3
pr created time in 5 days
issue commentudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
That is how i tried, but i am getting the above error
comment created time in 6 days
issue commentudacity/devops-intro-project
Issues ubuntu-14.04.6-server-amd64-appserver_virtualbox.box
I have the same problems on Windows 10, but I try all this and work like charm on Linux machine.
comment created time in 7 days
issue commentudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
You might need sudo: sudo python3 -m pip install
comment created time in 7 days
issue commentudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
hi @br3ndonland i'm getting the following error after i did all that. and run python3 -m pip install
`
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.5/dist-packages/pip/main.py", line 29, in <mo
dule>
from pip._internal.cli.main import main as _main
File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line
58
sys.stderr.write(f"ERROR: {exc}")
`
comment created time in 8 days
issue commentudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
Python 2 is past its end of life, so you could try installing Python 3 with sudo apt-get install python3.
The version in apt is usually outdated, so if you need a newer version, try deadsnakes:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.9
Then, when installing packages, ensure you're using Python 3 by running python3 -m pip install instead of just pip install.
Hope this helps!
comment created time in 8 days
issue commentudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
Issue is also raised on stackoverflow
comment created time in 9 days
issue openedudacity/fullstack-nanodegree-vm
Getting Import errors when running pip install requests on a vagrant box and errors on pip itself
Refer to my code base and the vagrant file in the below link.
[(https://github.com/jester9908/fullstack-nanodegree-vm)]
Vagrant version:vagrant_2.2.16 VirtualBox vesion:6.1.22
when creating the VM from the vagrant file i can see there are errors popping out. there for i had run the necessary installation steps as shown on different issues raised in stack overflow.
after creating the vagrant vm i logged in to the vm and ran the following from sqlalchemy import create_engine code in python.
and i get the following error.
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named sqlalchemy
when i try to install sqlalchemy with pip install sqlalchemy i get the following error.
Traceback (most recent call last): File "/usr/local/bin/pip", line 7, in <module> from pip._internal.cli.main import main File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 1, in <module> from typing import List, Optional ImportError: No module named typing
And i'm unable to install typing.
Following a suggestion on github i ran the following code vagrant plugin install vagrant-vbguest and ran vagrant reload command but i am still getting the same issue as above.
Other than the above i also tried to upgrade the full set to python 3 and many other suggestion on the web such as uninstalling and reinstalling versions of vb guest but i cant seem to find any solution.
created time in 9 days
PR opened udacity/create-your-own-adventure
I have added a line to existence file in the due of the course and now waiting this change to be pulled to the udacity repo.
pr created time in 9 days
issue closedudacity/devops-intro-project
Being a windows user , am facing issues after installing Virtual Box and thus running something on it Can you tell me or guide me how should I proceed?
closed time in 11 days
Jassi10000issue commentudacity/devops-intro-project
gr8 , will try that
comment created time in 12 days
issue commentudacity/devops-intro-project
Vagrant box add problem 'URL using bad/illegal format or missing URL'
duplicate of #91
comment created time in 12 days
issue closedudacity/devops-intro-project
Vagrant box add problem 'URL using bad/illegal format or missing URL'
vagrant box add ubuntu-14.04.6-server-amd64-appserver_virtualbox.box --name devops-appserver ==> box: Box file was not detected as metadata. Adding it directly... ==> box: Adding box 'devops-appserver' (v0) for provider: box: Unpacking necessary files from: file://C/Users/marja/Desktop/packer-templates/devops/packer-templates/virtualbox/ubuntu-14.04.6-server-amd64-appserver_virtualbox.box box: An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
URL using bad/illegal format or missing URL
closed time in 12 days
marjanovichissue commentudacity/devops-intro-project
Does the aws cli work?
comment created time in 12 days
issue commentudacity/devops-intro-project
Probably best to do this with WSL https://www.vagrantup.com/docs/other/wsl
comment created time in 12 days
PR opened udacity/create-your-own-adventure
Please review this, @casey-collab
pr created time in 15 days
issue openedudacity/devops-intro-project
Vagrant box add problem 'URL using bad/illegal format or missing URL'
vagrant box add ubuntu-14.04.6-server-amd64-appserver_virtualbox.box --name devops-appserver ==> box: Box file was not detected as metadata. Adding it directly... ==> box: Adding box 'devops-appserver' (v0) for provider: box: Unpacking necessary files from: file://C/Users/marja/Desktop/packer-templates/devops/packer-templates/virtualbox/ubuntu-14.04.6-server-amd64-appserver_virtualbox.box box: An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
URL using bad/illegal format or missing URL
created time in 16 days
issue commentudacity/fullstack-nanodegree-vm
Vagrantfile setup/install issues with commit 9aee88d, fixes shared below.
As of 2017-05-27, the latest pip version ( pip 21.0) is no longer supporting python3.5.
Replace lines 5 and 6 as follows - the new vm box configs will install python 3.6.9 instead of python3.5.
line 5: config.vm.box = "bento/ubuntu-18.04" line 6: config.vm.box_version = "202012.21.0" Also comment out lines that reference pip2 , since python2 is no longer supported anyway.
line 31: # apt-get -qqy install python python-pip line 32: # pip2 install --upgrade pip line 33: # pip2 install flask packaging oauth2client redis passlib flask-httpauth line 34: # pip2 install sqlalchemy flask-sqlalchemy psycopg2-binary bleach requests This should work with VirtualBox 6.x. I am running with VirtualBox 6.0.4 version.
comment created time in 18 days
issue closedudacity/fullstack-nanodegree-vm
Vagrantfile setup/install issues with commit 9aee88d, fixes shared below.
As of 2017-05-27, the latest pip version ( pip 21.0) is no longer supporting python3.5.
Replace lines 5 and 6 as follows - the new vm box configs will install python 3.6.9 instead of python3.5.
line 5: config.vm.box = "bento/ubuntu-18.04"
line 6: config.vm.box_version = "202012.21.0"
Also comment out lines that reference pip2 , since python2 is no longer supported anyway.
line 31: # apt-get -qqy install python python-pip
line 32: # pip2 install --upgrade pip
line 33: # pip2 install flask packaging oauth2client redis passlib flask-httpauth
line 34: # pip2 install sqlalchemy flask-sqlalchemy psycopg2-binary bleach requests
This should work with VirtualBox 6.x. I am running with VirtualBox 6.0.4 version.
closed time in 18 days
punsocaissue openedudacity/fullstack-nanodegree-vm
Vagrantfile setup/install issues with commit 9aee88d, fixes shared below.
As of 2017-05-27, the latest pip version ( pip 21.0) is no longer supporting python3.5.
Replace lines 5 and 6 as follows - the new vm box configs will install python 3.6.9 instead of python3.5.
line 5: config.vm.box = "bento/ubuntu-18.04"
line 6: config.vm.box_version = "202012.21.0"
Also comment out lines that reference pip2 , since python2 is no longer supported anyway.
line 31: # apt-get -qqy install python python-pip
line 32: # pip2 install --upgrade pip
line 33: # pip2 install flask packaging oauth2client redis passlib flask-httpauth
line 34: # pip2 install sqlalchemy flask-sqlalchemy psycopg2-binary bleach requests
This should work with VirtualBox 6.x. I am running with VirtualBox 6.0.4 version.
created time in 18 days
issue openedudacity/ud381
Unable to submit Lesson 2/ Stage 4
After creating twitter credentials, and putting them in the Program. Build is successful but after submitting the program I am getting the error:
INFO twitter4j.TwitterStreamImpl - Received fatal alert: protocol_version Received fatal alert: protocol_version TwitterException{exceptionCode=[4d13a6ae-d6626d72 fc29eb32-f5eb3c95], statusCode=-1, message=null, code=-1, retryAfter=-1, rateLimitStatus=null, version=4.0.7}
Can anyone help?
created time in 18 days
PR closed udacity/create-your-own-adventure
Just a little excerpt from a story I have been working on.
pr closed time in 19 days