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

Marvin pip install issues in windows 11 #114

Closed
echohive42 opened this issue Mar 30, 2023 · 5 comments
Closed

Marvin pip install issues in windows 11 #114

echohive42 opened this issue Mar 30, 2023 · 5 comments

Comments

@echohive42
Copy link

echohive42 commented Mar 30, 2023

I tried installing marvin as per the instructions(in a new virtual environment). During the installation I got some errors before pip installation was somewhat successfully completed:

image

But when I run "marvin chat" command in the command prompt of my VS Code then nothing happens and I don't receive an error either.

I know this is not much information but this is all I have.

Thank you in advance for any assistance :)

@yichenchong
Copy link

yichenchong commented Mar 31, 2023

It looks like you have some outdated packages. Try using pip install --upgrade on the packages that it says are incompatible. Also, if all else fails, try upgrading pip itself and then upgrade the packages again. Also, make sure that you are executing this from within your virtual environment (i.e. it should say venv before whatever you type in).

@echohive42
Copy link
Author

echohive42 commented Mar 31, 2023

Ok. I guess gunicorn will also install after I update setup tools? :) in windows

@yichenchong
Copy link

Ok. I guess gunicorn will also install after I update setup tools? :) in windows

Hm, probably? Try it, I didn't see anything about gunicorn in your screenshot. Let me know if it gets better or worse. Oh, and one more thing, after you upgrade, you might want to pip install --upgrade marvin again as well just to work out those dependencies.

@echohive42
Copy link
Author

echohive42 commented Mar 31, 2023

Ok I will try that. I think gujicorn will have a problem because I think it is only for Unix(not sure). will update here. Thank you!

@zzstoatzz
Copy link
Collaborator

closing, should be solved by #172

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