We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
This was a Python dependency problem specific to my machine
No branches or pull requests
(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
The text was updated successfully, but these errors were encountered: