Skip to content

pip install fails to install all depencies #68

@jacobwjs

Description

@jacobwjs

🐛 Bug

Installing into a fresh conda environment fails to install all dependencies using pip

Expected Behavior

pip install pyRDF2vec will install all requirements to get up and running in a custom environment

Current Behavior

pip install succeeds, but trying to import pyrdf2vec fails due to unmet dependencies.

Steps to Reproduce

  1. conda create --name dummy-env python=3.8

  2. pip install pyRDF2vec

  3. python

  4. import pyrdf2vec

Environment

  • Operating system:
  • pyRDF2Vec version:
  • Python version:

Possible Solution

pip install nest-asyncio, gensim, rdflib, aiohttp, requests

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions