Skip to content
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

city-scrapers-core module not found #60

Closed
nathanderon opened this issue Oct 4, 2019 · 4 comments
Closed

city-scrapers-core module not found #60

nathanderon opened this issue Oct 4, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@nathanderon
Copy link

No description provided.

@ben-nathanson ben-nathanson added the bug Something isn't working label Oct 4, 2019
@ChrisJabb21
Copy link

ChrisJabb21 commented Oct 4, 2019

ModuleNotFoundErrorCapture

This is the error i get when I try to test and run Nicks version of his project and pa_energy.py spider

@bonfirefan
Copy link
Collaborator

try uninstalling and reinstalling city-scrapers-core with pipenv install city-scrapers-core

@bonfirefan
Copy link
Collaborator

also make sure this branch is synced with master
Scroll to the Git section here on syncing the fork: https://cityscrapers.org/docs/setup-help/
Use these commands (don't sync with the main City Bureau project):
git remote add upstream https://github.com/bonfirefan/city-scrapers-pitt.git
Then follow the steps as listed

@ChrisJabb21
Copy link

ChrisJabb21 commented Oct 7, 2019

Thanks Bonnie, that did the trick. I didn't have the city-scraper-core library installed and had to install it. I am just having trouble with pushing the work Nick did that I tested on my machine to my github repo. I will keep trying to see if i can get it. I added the upstream, but I am not sure about the venv commands from the link you sent me.
image

Update: I am not getting errors but when i try to push my work, i keep getting a message saying everything is up to date but I am not seeing the changes or my commit for my local repo and my remote path is
`$ git remote -v

origin https://github.com/ChrisJabb21/city-scrapers-pitt.git (fetch)

origin https://github.com/ChrisJabb21/city-scrapers-pitt.git (push)

upstream https://github.com/bonfirefan/city-scrapers-pitt.git (fetch)
upstream https://github.com/bonfirefan/city-scrapers-pitt.git (push)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants