Hi Joan and others,
First of all, many thanks for providing the excellent codes for generating G-codes with advanced functionalities. While I haven't yet practically use the gscrib, the key features make me exciting, as those are key parts for CNC machining.
Then, I tried to install and run the gscirb by following the instructions. However, I am encountering errors at setting up the development environment, although I exactly followed the instructions in the section of Setting Up the Development Environment, as:
git clone https://github.com/joansalasoler/gscrib.git (Success)
cd gscrib
poetry install --with dev,docs (Success)
Invoke-Expression (poetry env activate) (Ending with nothing displayed)
Then I tried to run the test suite by following command:
poetry run pytest
However, it wasn't successful with the infor: Interrupted: 22 errors during collection, as seen in the attached files of snapshot and log file. I checked the log file and found that the main problem seems is associated with the error: ModuleNotFoundError: No module named 'gscrib'
Pytest errors.txt
Could you kindly check the problem at your best convenience? Many thanks!
Best regards,
Junjie
Hi Joan and others,
First of all, many thanks for providing the excellent codes for generating G-codes with advanced functionalities. While I haven't yet practically use the gscrib, the key features make me exciting, as those are key parts for CNC machining.
Then, I tried to install and run the gscirb by following the instructions. However, I am encountering errors at setting up the development environment, although I exactly followed the instructions in the section of Setting Up the Development Environment, as:
git clone https://github.com/joansalasoler/gscrib.git (Success)
cd gscrib
poetry install --with dev,docs (Success)
Invoke-Expression (poetry env activate) (Ending with nothing displayed)
Then I tried to run the test suite by following command:
poetry run pytest
However, it wasn't successful with the infor: Interrupted: 22 errors during collection, as seen in the attached files of snapshot and log file. I checked the log file and found that the main problem seems is associated with the error: ModuleNotFoundError: No module named 'gscrib'
Pytest errors.txt
Could you kindly check the problem at your best convenience? Many thanks!
Best regards,
Junjie