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

Can not install bentodev #2

Closed
jimiwhite1020 opened this issue Apr 28, 2017 · 8 comments
Closed

Can not install bentodev #2

jimiwhite1020 opened this issue Apr 28, 2017 · 8 comments

Comments

@jimiwhite1020
Copy link
Contributor

I am not sure that I am asking a stupid question. Why am I not able to run "pip install bentodev"?

image

@djstein
Copy link
Contributor

djstein commented Apr 28, 2017

Thanks for the info. Could you send the full stack trace. Pip is caching and installing different versions than the latest release. However, I think a filepath is broken in setup.py based on that error if it is newest version

@jimiwhite1020
Copy link
Contributor Author

terminal.txt

This is the output of the "pip install bentodev"

@djstein
Copy link
Contributor

djstein commented May 1, 2017

@jimiwhite1020 can you test again on a clean Python 3 virtualenv? (multiple ways to do so including: python3 -m venv venv). If it does not get bentodev 0.1.6 (sometimes the cache gets stuck) specify the version (pip install bentodev==0.1.6) !

It looks like it's installing now with the correct file paths!

@jimiwhite1020
Copy link
Contributor Author

Thank you. I managed to install it by doing it from the the beginning after removing the venv directory.
Now I see some other issues on my end.

http://prntscr.com/f32en5 (version command is not working)
http://prntscr.com/f32f5s (why do I see only one theme?)
http://prntscr.com/f32fn0 (this is what I see when I try to clone)

@djstein
Copy link
Contributor

djstein commented May 2, 2017

thanks @jimiwhite1020 these are being moved into their own issues:
(version command is not working) --> #5 looking into this, not sure why the version number did not get bundled
(why do I see only one theme?) --> #4 this is due to an incorrect token being bundled with the package due to a package manager problem
(this is what I see when I try to clone) #6

@jimiwhite1020
Copy link
Contributor Author

Please response here for the issue #4 and #6. Thank you.

@djstein
Copy link
Contributor

djstein commented May 2, 2017

@jimiwhite1020 above issues have been resolved. if an issue comes up again against not seeing other accounts/themes, it deserves its own issue page.

if you have other installation issues please add them here!

@djstein
Copy link
Contributor

djstein commented May 2, 2017

newest version of bentodev is 1.7 btw

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

2 participants