-
Notifications
You must be signed in to change notification settings - Fork 68
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
Questions on using Dockerfile and Ubuntu #82
Comments
Hi, sorry the README was misleading about pip on Linux (pip install is for windows/macOS only at the moment). I changed it now. Can you upload some of your log from using the dockerfile? |
Thanks for replying. your package is great. I currently run it Windows but I need to use it on my server which runs ubuntu. Sending build context to Docker daemon 739.3MB |
Can you try some of the suggestions here? https://stackoverflow.com/a/51752997 |
This did not help also see that from the error: the required packages are gpgv not gnup as in your link. One way or another I installed them all using still got failed.. |
Is your version of docker recent? https://stackoverflow.com/a/70834272 |
yes, I did come across this stackoverflow page as well. `Client: Server: Docker Engine - Community |
Maybe 18.09.4 is too low? This is the output from the Dockerfile GitHub continuous integration:
It uses |
Yes that was the problem. I thought I had the latest docker. maybe add the docker version for the prerequisites. trying to import via several commands: How should that be imported into my project? |
With PyCharm you have to configure the Python interpreter. Did this section work? Lines 52 to 58 in 13cf58a
Can you do something like which python3.9 to find where Python is, and then make sure dawdreamer is installed in the lib/site-packages folder?
|
bumping because I updated my answer above. |
It looks like you've built the docker image, but now you need to run it. You can either plainly run it or configure PyCharm to use it |
Ok I managed to succeed! I had to dig inside docker as a first timer and it is not that simple. Also, in order to run my script using DawDreamer, I had to
Phiuu that was quite a journey... Thanks for all the ongoing support! |
Great! If possible, please consider sharing your results when you're done 🎊 |
Hi
I tried pip install but it seems that pip does recognize the package.
Also tried to git clone and follow docker installation but failed with errors
Any advice?
The text was updated successfully, but these errors were encountered: