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
Right in the beginning of the installation before we do pip install -e ".[test]"
The Installation instructions lead us to the jupyter_rise folder, which then didn't contain any of the needed files (i.e. setup.py,...).
It should contain the setup.py,... files.
We tried the developer setup in the parent folder (rise), which then threw another error pertaining the setup.py file.
We tried a different approach and deleted the build folder, containing all build dependencies, which get rebuild after the first installation step.
After that everything worked out as in the installation guide.
Do what we did, and delete the already build dependencies, if you get an error like: can't be built, it cancels after a while,...
The text was updated successfully, but these errors were encountered:
Did you carry out the two first actions mentionned in the comment:
Those are highly OS and terminal dependent. So we don't provide code to copy-paste to do so.
Sorry, something went wrong.
I updated the readme in #110 to improve it. But feel free to propose additional changes.
No branches or pull requests
Step where error occurs:
Right in the beginning of the installation before we do pip install -e ".[test]"
Error, and error message:
The Installation instructions lead us to the jupyter_rise folder, which then didn't contain any of the needed files (i.e. setup.py,...).
Expected behaviour:
It should contain the setup.py,... files.
What we tried:
We tried the developer setup in the parent folder (rise), which then threw another error pertaining the setup.py file.
We tried a different approach and deleted the build folder, containing all build dependencies, which get rebuild after the first installation step.
After that everything worked out as in the installation guide.
Solution:
Do what we did, and delete the already build dependencies, if you get an error like: can't be built, it cancels after a while,...
"Please verify. A real fix would be appreciated."
The text was updated successfully, but these errors were encountered: