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

ValueError: There's no IEPY instance on the provided path instance/csv_to_iepy.py #147

Open
ghost opened this issue Apr 18, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 18, 2019

I was interested in giving this a shot, got to the point of importing some data, and I got the following error while followint the tutorial

Traceback (most recent call last):
  File "instantiation/csv_to_iepy.py", line 22, in <module>
    iepy.setup(__file__)
  File "/tmp/iepy/env/lib/python3.6/site-packages/iepy/__init__.py", line 37, in setup
    path, project_name, old = _actual_path(fuzzy_path)
  File "/tmp/iepy/env/lib/python3.6/site-packages/iepy/__init__.py", line 97, in _actual_path
    raise ValueError("There's no IEPY instance on the provided path {}".format(original))
ValueError: There's no IEPY instance on the provided path instantiation/csv_to_iepy.py

The init code is confusing, i am not sure where you are looking, and what you are looking for. Are you looking for the iepy executable?

I installed all code in a new environment python3.6 and did a pip install . from the cloned repository. I used the master and develop branch, but both had the same problem.

maybe just make this an environment variable? or just use whereis to find it?

How do I resolve this?

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

No branches or pull requests

0 participants