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

Refactoring - dependencies #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Refactoring - dependencies #1

wants to merge 3 commits into from

Conversation

chrysmun
Copy link

hey, great package! i'm trying to get it running and the deps are bit unclear. i created the following environment.yml to create a conda environment to run it, unfortunately it seems to use some older versions. i get an issue with py2neo from 2020 and went back to 3.1.2 that starts but dies off at py2neo.packages.httpstream.http.SocketError: Connection refused - an ideas?

here's my current environment.yml
name: chefkoch
channels:

  • conda-forge
  • defaults
    dependencies:
  • pyld
  • bs4
  • pip
  • python=2.7
  • grequests
  • pip:
    • py2neo==3.1.2

new main script. redesigned config setup.
combined scripts to new structure (initialise, retrieve, parse, store).
first info added to neo4j db.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants