-
Notifications
You must be signed in to change notification settings - Fork 50
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
installation #3
Comments
Hi. |
@lamres can you give an example of how to use pyrenko. When I tried to use
Any help how import pyrenko or where should I copy & paste the file contained the class as it demonstrated in the example? I have copy & paste the file pyrenko.py in the same directory and python is still complaining about it. |
@jgardezi This example located in the repository. The module file (pyrenko.py) should be located in the same directory. In this example, it locates next to the ipynb-file as well. Have you tried to download and run the repo example? |
@lamers thank you I got it working now. I had issue with pycharm and its working now. |
I am receiving the following error while using pip install:
Collecting git+https://github.com/quantroom-pro/pyrenko
Cloning https://github.com/quantroom-pro/pyrenko to /private/var/folders/46/v4776m9n5lqfw0rt2623lhmw0000gp/T/pip-req-build-mwt6iy93
Running command git clone -q https://github.com/quantroom-pro/pyrenko /private/var/folders/46/v4776m9n5lqfw0rt2623lhmw0000gp/T/pip-req-build-mwt6iy93
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "", line 1, in
File "/Applications/anaconda/lib/python3.5/tokenize.py", line 454, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/46/v4776m9n5lqfw0rt2623lhmw0000gp/T/pip-req-build-mwt6iy93/setup.py'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/46/v4776m9n5lqfw0rt2623lhmw0000gp/T/pip-req-build-mwt6iy93/
The text was updated successfully, but these errors were encountered: