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

Getting started build example #1188

Closed
Tcub opened this issue Nov 28, 2019 · 3 comments
Closed

Getting started build example #1188

Tcub opened this issue Nov 28, 2019 · 3 comments

Comments

@Tcub
Copy link

Tcub commented Nov 28, 2019

Hi,

I have just had a go at following the getting started instructions on the .io page. When running the make counter_arty_bin command it would fail and the traceback stated it could not find and import the numpy module while running prjxray_edge_library.py

I go it working by calling the pip install inside /build/env/conda/bin/ and installing numpy with it. I also noticed that pip is called to install numpy in one of the build files for the ice40 so I was wondering if maybe it was an oversight for xc7 devices. (It also could be a weird setup thing my end or classic not reading the instructions but I thought it worth mentioning)

@acomodi
Copy link
Contributor

acomodi commented Dec 4, 2019

@Tcub To solve the issue without having to manually install numpy within conda, the following make target can be used:

make all_conda

I believe this should be added to the README

@Tcub
Copy link
Author

Tcub commented Dec 5, 2019

Yep that worked. Many thanks for the help.

@acomodi
Copy link
Contributor

acomodi commented Dec 5, 2019

Thanks for filing the issue. Closing.

@acomodi acomodi closed this as completed Dec 5, 2019
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