-
Notifications
You must be signed in to change notification settings - Fork 34
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
Python 2 & 3 conflict #5
Comments
Hello, you can replace this line in install.sh: |
Great! After the change it installed normally. |
Interesting. How much RAM do you have available? Minimum is at least 500 MB to load the word vectors. Assuming this popped up during the loading process? I've seen this when I tried to run on a EC2 nano instance, e.g., and solution was to go bigger with the RAM if you're working in the cloud... |
I was using a laptop, 4 GiB RAM with ubuntu, with 1.5 GiB free. Error present. |
Best regards.
My system runs in python3.5 normally. I see that words2map runs on python2 (seeing the print statements of the code). While running the ./install.sh I can see that the dependencies are being installed with py35 in the words2map/bin/ environment. How to set up the virtual environment create by words2map with python2?
The text was updated successfully, but these errors were encountered: