Skip to content
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

Please add installation instructions and check numpy version #4

Open
jsfan3 opened this issue Dec 8, 2023 · 8 comments
Open

Please add installation instructions and check numpy version #4

jsfan3 opened this issue Dec 8, 2023 · 8 comments

Comments

@jsfan3
Copy link

jsfan3 commented Dec 8, 2023

Thanks for creating this utility. It works great and has been very helpful to me.

The problem is that I found it very difficult to install the required software. I would suggest that you add installation instructions for major operating systems, or at least a popular Linux distribution, to the README.md. I use Linux Mint 21.

There was also a bug. I had to change the version of numpy in the requirements.txt to numpy==1.22.3, as suggested in https://stackoverflow.com/questions/70565965/error-failed-building-wheel-for-numpy-error-could-not-build-wheels-for-numpy#comment126799390_70566445

@lacybigboss
Copy link

if you dont mind could you tell me how to install it, it would be verry appreciated

@jsfan3
Copy link
Author

jsfan3 commented May 7, 2024

@lacybigboss I'm sorry, but it's been too long, I can't remember what I did to install it. However, I can take a look at it these days. What Linux distributions do you use?

@lacybigboss
Copy link

mint

@jsfan3
Copy link
Author

jsfan3 commented May 7, 2024

Setup instructions for Linux Mint 21. I just did a test asking AutoDrawer to draw an image in GIMP, it worked:

wget -O autodrawer.zip 'https://github.com/ChristopherBaim/AutoDrawer/archive/refs/heads/master.zip'
unzip autodrawer.zip
cd AutoDrawer-master
sed -i 's/numpy==1.19.4/numpy==1.22.3/' requirements.txt

sudo apt update
sudo apt install python3-pip
pip3 install -r requirements.txt

sudo python3 AutoDrawer.py

@lacybigboss
Copy link

thanks :)

@bvay
Copy link

bvay commented Jun 3, 2024

Hello, is this possible to open in windows? if yes how do i install it?

@lacybigboss
Copy link

hello there so i found a windows auto draw and it works really well
here is the link
https://github.com/auto-draw/autodraw

@bvay
Copy link

bvay commented Jun 3, 2024

hello there so i found a windows auto draw and it works really well here is the link https://github.com/auto-draw/autodraw

Thanks for your fast reply. I will try the one u sent me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants