-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot download packages #8
Comments
Can you run |
It might also have to be about Microsoft Visual Studio. Check this link out for info. |
@bhargavvader yeah, good news this time! |
You'll have to run |
@bhargavvader Thanks! Unfortunately, same error again, like the first picture in my question |
Hey @Sunnyleee , could you check out #6 @nwrim had the same problem there and by uninstalling and Visual Studio, and running |
@bhargavvader Hi, Bhargav, It still not work for me. Here are my steps:
Thanks ! |
I think visual studio does not install C++ toolset by default. Maybe you could try to install the C++ toolset (probably has an option when you install VS - but I really dont know how it goes on Mac) and try again? |
@nwrim Thank you!! I reinstalled, I still cannot find C++ toolset in Mac version. Does anyone know how to fix it in Mac? |
@Sunnyleee really works!!! |
@Yilun0221 Hi yi, happy to hear that!! Did you install C++ toolset when downloading Visual Studio in your MAC? |
I used windows, but I think methods are similar! You need to pick some C++ related package installation options. You can use this as a reference~ |
pictures refer to the discussion here: |
@Yilun0221 Thank you so much!! Unfortunately, in Mac, it will not show installation options, and I restart the computer, still not work T T |
Any updates, @Sunnyleee ? |
@bhargavvader Thank you for your help in yesterday's TA session, I successfully built lucem-illud-2020! |
@bhargavvader I uploaded successfully, however, I cannot import the package. Do I need to reinstall the Anaconda? My file in Anaconda will also be deleted, right? |
@Sunnyleee I had the same issue and found answer in the FAQ page for last quarter. According to @bhargavvader, you can try and run 'python -m spacy download en' in terminal and then run the command again. It works for me, and I hope this helps! |
@AllisonXiong It works, thank you!!! |
@Sunnyleee , a student in this quarter's Content Analysis class, @Rui-echo-Pan is facing the same problem you did - do you happen to remember how you fixed the problem? |
I have an error when I input the following code--
pip install -U git+git://github.com/Computational-Content-Analysis-2020/lucem_illud_2020.git
The error is:
Also, when I try --
pip install traits
Does anyone know how to solve it?
Thanks!
Sunny
The text was updated successfully, but these errors were encountered: