You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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 themaster
anddevelop
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?
The text was updated successfully, but these errors were encountered: