You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, to download the examples and the apertures as well, you can also build from source by cloning the repository and running from the main folder project on the command prompt:
python install .
I downloaded a zip folder of your repository and unpacked it.
After unpacking, the contents are inside 2 nested folders of the same name (with "-main" at the end).
But my powershell outputted this, as i at first tried the second command and than tried to run the included setup.py:
PS F:\Mods\diffractsim-main\diffractsim-main> python install .
C:\Program Files\Inkscape\bin\python.exe: can't open file 'F:\Mods\diffractsim-main\diffractsim-main\install': [Errno 2] No such file or directory
PS F:\Mods\diffractsim-main\diffractsim-main> python setup.py
Traceback (most recent call last):
File "F:\Mods\diffractsim-main\diffractsim-main\setup.py", line 1, in <module>
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
I taught "running from the main folder project" in your description means navigating the powershell to the inner of the 2 identical named folders (where the actual repo-stuff is in) for running the second command.
i really want to do that second method, because i also want to get the examples and stuff in my installation.
what did I maybe understand wrong in how to perform the second installation-method?
The text was updated successfully, but these errors were encountered:
installed setuptools now, but the command: python install .
still gives the same error.
And when I try to run the setup.py in the repo manually with python, a window pops up and closes after less than a second and I see no changes in my file-system.
In your description there is this:
I downloaded a zip folder of your repository and unpacked it.
After unpacking, the contents are inside 2 nested folders of the same name (with "-main" at the end).
But my powershell outputted this, as i at first tried the second command and than tried to run the included setup.py:
I taught "running from the main folder project" in your description means navigating the powershell to the inner of the 2 identical named folders (where the actual repo-stuff is in) for running the second command.
i really want to do that second method, because i also want to get the examples and stuff in my installation.
what did I maybe understand wrong in how to perform the second installation-method?
The text was updated successfully, but these errors were encountered: