junaidmalik09 / fastonn

FastONN - Python based open-source GPU implementation for Operational Neural Networks
GNU General Public License v3.0
22 stars 9 forks source link

Installation problem #10

Closed SarinaAhmadi closed 1 year ago

SarinaAhmadi commented 1 year ago

after clone the repository and run the following command from inside the directory: !pip install . I received following error:

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ Processing /content/drive/MyDrive/Github/DM-Count/fastonn error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Could you help me solve this problem?

junaidmalik09 commented 1 year ago

Can you please provide some details of the environment in which you are trying to install?

SarinaAhmadi commented 1 year ago

Can you please provide some details of the environment in which you are trying to install?

I use Google colab. First I mounted colab on the drive. Then I created a file and cloned the code related to fastonn. Then I used " !pip install . ". I used it before and it installed easily, but the next time I did it I got the error I mentioned.

junaidmalik09 commented 1 year ago

There was a fix related to this applied in ff9d993. Can you please check again? It seems to work now in Google Colab as well: https://colab.research.google.com/drive/1MUMUr-PNvhH3ODrr9--EAyeMNA8pCbKG?usp=sharing

SarinaAhmadi commented 1 year ago

There was a fix related to this applied in ff9d993. Can you please check again? It seems to work now in Google Colab as well: https://colab.research.google.com/drive/1MUMUr-PNvhH3ODrr9--EAyeMNA8pCbKG?usp=sharing

Yes, I have checked and it is working now. Thank you very much for your help and time.