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

installation #3

Closed
Carbonblack8 opened this issue Jul 9, 2019 · 4 comments
Closed

installation #3

Carbonblack8 opened this issue Jul 9, 2019 · 4 comments

Comments

@Carbonblack8
Copy link

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/

@lamres
Copy link
Collaborator

lamres commented Jul 10, 2019

Hi.
The package haven't prepared for installing via pip yet. At this moment, you can copy & paste the file contained the class as it demonstrated in the example.

@lamres lamres closed this as completed Jul 18, 2019
@jgardezi
Copy link

jgardezi commented Aug 13, 2019

@lamres can you give an example of how to use pyrenko. When I tried to use import pyrenko, I am getting the following error

No module named pyrenko.

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.

@lamres
Copy link
Collaborator

lamres commented Aug 13, 2019

@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?
If you code some py-script it should be located to that py-script.

@jgardezi
Copy link

@lamers thank you I got it working now. I had issue with pycharm and its working now.

@lamres lamres mentioned this issue Oct 7, 2019
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

3 participants