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

make db-prepare-artix7 fails on Ubuntu 22.04 #2146

Closed
JamesTimothyMeech opened this issue Apr 19, 2023 · 2 comments
Closed

make db-prepare-artix7 fails on Ubuntu 22.04 #2146

JamesTimothyMeech opened this issue Apr 19, 2023 · 2 comments

Comments

@JamesTimothyMeech
Copy link

JamesTimothyMeech commented Apr 19, 2023

(base) james@james-System-Product-Name:~/Desktop/Casino/prjxray$ make db-prepare-artix7

Preparing artix7 files
Traceback (most recent call last): File "/home/james/Desktop/Casino/prjxray/utils/create_environment.py", line 14, in <module> from prjxray.util import get_part_information, get_part_resources, get_fabric_for_part ModuleNotFoundError: No module named 'prjxray' Traceback (most recent call last): File "./utils/update_parts.py", line 12, in <module> import yaml ModuleNotFoundError: No module named 'yaml' make: *** [Makefile:190: db-prepare-artix7] Error 1

@JamesTimothyMeech
Copy link
Author

JamesTimothyMeech commented Apr 28, 2023

Also getting this error


Preparing artix7 files
============================
Traceback (most recent call last):
  File "/home/james/Desktop/Casino/prjxray/utils/create_environment.py", line 14, in <module>
    from prjxray.util import get_part_information, get_part_resources, get_fabric_for_part
ModuleNotFoundError: No module named 'prjxray'
Traceback (most recent call last):
  File "./utils/update_parts.py", line 15, in <module>
    from prjxray import util
ModuleNotFoundError: No module named 'prjxray'
make: *** [Makefile:190: db-prepare-artix7] Error 1

@JamesTimothyMeech
Copy link
Author

This was a Python dependency problem specific to my machine

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

1 participant