Skip to content

Conversation

@manuparra
Copy link

websockify have a dependency of numpy and show this error:

#5 191.8 Complete!
#5 192.1 Collecting websockify
#5 193.7   Downloading https://files.pythonhosted.org/packages/1e/2c/ac19ddaeb9aa76b6ce6678f073008a4123050001a812a5d173189fc4440a/websockify-0.10.0.tar.gz (40kB)
#5 194.1 Collecting numpy (from websockify)
#5 195.7   Downloading https://files.pythonhosted.org/packages/64/4a/b008d1f8a7b9f5206ecf70a53f84e654707e7616a771d84c05151a4713e9/numpy-1.22.3.zip (11.5MB)
#5 203.1     Complete output from command python setup.py egg_info:
#5 203.1     Traceback (most recent call last):
#5 203.1       File "<string>", line 1, in <module>
#5 203.1       File "/tmp/pip-build-Y1mFtC/numpy/setup.py", line 59
#5 203.1         raise RuntimeError(f'Cannot parse version {FULLVERSION}')
#5 203.1                 

If I add a version of numpy with pip, i.e. 1.12 before websockify dependency issue is not appearing and build is complete without errors.

websockify have a dependency of numpy and show this error:
```
vsoch#5 191.8 Complete!
vsoch#5 192.1 Collecting websockify
vsoch#5 193.7   Downloading https://files.pythonhosted.org/packages/1e/2c/ac19ddaeb9aa76b6ce6678f073008a4123050001a812a5d173189fc4440a/websockify-0.10.0.tar.gz (40kB)
vsoch#5 194.1 Collecting numpy (from websockify)
vsoch#5 195.7   Downloading https://files.pythonhosted.org/packages/64/4a/b008d1f8a7b9f5206ecf70a53f84e654707e7616a771d84c05151a4713e9/numpy-1.22.3.zip (11.5MB)
vsoch#5 203.1     Complete output from command python setup.py egg_info:
vsoch#5 203.1     Traceback (most recent call last):
vsoch#5 203.1       File "<string>", line 1, in <module>
vsoch#5 203.1       File "/tmp/pip-build-Y1mFtC/numpy/setup.py", line 59
vsoch#5 203.1         raise RuntimeError(f'Cannot parse version {FULLVERSION}')
vsoch#5 203.1                 
```
If I add a version of numpy with pip, i.e. 1.12 before websockify dependency issue is not appearing and build is complete without errors.
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

Successfully merging this pull request may close these issues.

1 participant