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

Cannot create virtualenv in CentOS 7 #244

Closed
abdullahyildiz opened this issue Jun 4, 2018 · 4 comments
Closed

Cannot create virtualenv in CentOS 7 #244

abdullahyildiz opened this issue Jun 4, 2018 · 4 comments

Comments

@abdullahyildiz
Copy link

abdullahyildiz commented Jun 4, 2018

This is what I get when I try to install the toolchain in icestudio:

untitled

Do you have any idea about how I can fix that?

@abdullahyildiz
Copy link
Author

I also tried building directly from the source code. However, this time I get Internet connection required error.

@abdullahyildiz
Copy link
Author

I found a way to get rid of this error.

Changing command.push("--always-copy") as command.push("") in scripts/main.js file and running icestudio again solved my problem.

There is an issue which is related to my problem.

@rcardenes
Copy link

This is still an issue under the recently released v0.3.3. Shouldn't it be reopened?

@Jesus89
Copy link
Member

Jesus89 commented Oct 12, 2018

Hi,

The --always-copy flag was originally added because of an error in Windows. So I have updated the code to use the flag only for Windows: 7413376 and avoid this issue in CentOS.

This will be included in the next release.

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